#contact_form, #contact_form * {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #462828;
	text-align: left;
}
#contact_form {
	text-align: center;
	border-top: 1px solid #462828;
	margin-top: 15px;
	padding-top: 5px;
}
#contact_form .column {
	width: 45%;
	float: left;
}
#contact_form .right_column {
	width: 53%;
	padding-top: 3px;
	float: right;
}
#contact_form label, #contact_form input, #contact_form select , #contact_form textarea{
	width: 100%;
	display: block;
	margin: 4px 0 0 0;
}
#contact_form label {
	margin: 6px 0 3px 0;
}
#contact_form .auto_width {
	border: none;
	width: auto;
	display: inline;
	background: none;
}
#contact_form select option {
	padding: 0 0 2px 5px;
}
#contact_form input, #contact_form select, #contact_form textarea {
	background: white;
	border: 1px solid #462828;
}
#contact_form textarea {
	height: 83px;
}
#contact_form .formbutton {
	text-align: center;
	width: auto;
	margin-top: 3px;
	padding: 3px;
	float: right;
	border: 3px double #462828;
}
#contact_form .unrequire {
	display: none;
}
#contact_form .require {
	display: inline;
}
#contact_form .warning {
	width: 91%;
	margin: 10px auto 15px auto;
	padding: 10px;
	font-weight: bold;
	background: #bdaeb1;
	border: 2px dotted #462828;
}
#contact_form .label_warning {
	font-weight: bold;
	color: #993333;
}
