/* CSS Document */
#logo_container {
background-image:url(/images/logo_kontakt.gif);
}
.form_left{
	float:left;
	width: 150px;
	margin-bottom:20px;
}
.form_right {
	float:left;
	width:200px;
	margin-bottom:20px;
}
.form_right input {
 border: 1px solid  #999999;
 width:200px;
}
#submit {
	border: none;
	width:139px;
}
