@CHARSET "UTF-8";

#contact_form {
	
}

#contact_form div.form_elem {
	clear: both;
	padding: 15px;
	font-size: 11px;
}

#contact_form div.form_elem div.form_descr {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
}

#contact_form div.form_elem div.form_field {
	float: left;
}

#contact_form div.form_elem div.form_submit {
	text-align: left;
	padding-left: 160px;
}

#contact_form div.elem_type_field_descr div.form_descr {
	width: 0px;
}

#contact_form input[type="text"] {
	width: 180px;
	border: 1px solid #666666;
	background-color: #FFFFFF; 
}
#contact_form input[type="checkbox"] {
	border: 1px solid #666666;
	background-color: #FFFFFF; 
	width: 15px;
}
#contact_form textarea {
	width: 180px;
	height: 70px;
	border: 1px solid #666666;
	background-color: #FFFFFF; 
}
