.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #591E06;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}
.mainbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
}
.mainboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #591E06;
}
input.submitbutton {
	background-color:#F05B23;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:120px;
	height:25px;
	text-align:center;
	padding:2px;
	border:0px;
}

label {
	width: 80px;
	display: inline-block;
	float: left;
}

input.contactinput {
	background-color:#FAD256;
	border:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:3px;
	color:#5A1E06;
	width:200px;
}

textarea {
	background-color:#FAD256;
	border:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:3px;
	color:#5A1E06;
	width:450px;
	height:90px;
}

span.warning {
	color:#F05B23;
	margin-left:8px;
	font-size:10px;
}
