#contact_title {
	float: left;
	width: 100%;
}
#contact_intro {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#contact_select form {
	display: inline;
	margin-left: 15px;
}
div#contact_form {
	float: left;
	width: 500px;
	margin-left: 95px;
}
html>body div#contact_form {   /* Patch IE */
	float: left;
	width: 500px;
	margin-left: 190px;
}
span.form_label_fixed {
	display: block;
	float: left;
	clear: left;
	height: 14px;
	width: 100px;
	margin-top: 5px;
}
span.form_label {
	display: block;
	float: left;
	clear: left;
	height: 14px;
	margin: 5px 5px 5px 0;
}
div#form_errors {
	width: 100%;
	margin: 5px 0 8px 0;
	text-align: center;
	color: red;
	font-weight: bold;
}
span#error_name { display: none; }
span#error_name_comma { display: none; }
span#error_email { display: none; }
.input_text {
	height: 14px;
	margin-top: 5px;
}
div#contact_submit {
	width: 100%;
	text-align:center;
	margin-top: 10px;
}
img#security_check {
	position: relative;
	top: 4px;
	left: -9px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.messageresult {
	width: 100%;
	float: left;
	margin: 15px 0;
	text-align: center;
	font-weight: bold;
}
div.messageresult#success{
	color: #0653bf;
}
div.messageresult#error{
	color: black;
}
div.messageresult span.error{
	color: red;
}
