.form_label {
	font-size: 1.1em;
	display: block;
	float: left;
	width: 140px;
	font-weight: bold;

}

.form_label_spacer {
	font-size: 1.1em;
	display: block;
	float: left;
	width: 140px;
	font-weight: bold;
	margin-top:20px;

}


br {
	clear: left;
}
.textfield  {
	background-color: #eff3fb;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
	width: 250px;
	height: 15px;
}
#contact_form label {
	font-size: 1.1em;
}
#contact_form h2 {
	margin: 20px 0 10px 0;
	font-size: 1.2em;
	color: #FFA02F;
}



.required {
	color: #FFA02F;
}






textarea {
	width:250px;
	background-color: #eff3fb;
	border: 1px solid #cccccc;
	height:120px;
	margin-top:20px;
	margin-bottom:10px;
}

.title{
	width:140px; float:left; display:block;

}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #4f5021;
}
#alert_container{
border:1px solid #a76e2f;
margin: 0px auto 0 auto;
}

h1{
display:none;
}

#content{
text-align:left;
padding:20px;
}

#content h2 {
	color: #a76e2f;
	font-size: 2.1em;
	font-weight: bold;
	margin: 0px 0 0.7em 0;
	padding: 0px;
}



.alert_label {
	text-align: right;
	padding-right: 10px;
	display: block;
	width: 170px;
	float: left;
	margin-bottom: 10px;
	color:#4f5021;
	font-size:1.2em;
}

.com_text{
color:#CC0033;
}

.alert_input{
	width:250px;
	border: 1px solid #a27440;
	margin-top: -3px;
	margin-left: 19px;
	background-color: #f8f7f5;
	margin-bottom: 10px;
}

a {
	color: #4F5021;
	text-decoration: none;
}

a:hover {
	color: #4F5021;
	text-decoration: underline;
}

.submit_align{
margin: 5px 0 0 202px;
}
.error_text {
	color: #CC0033;
}
