@charset "UTF-8";

.contact_form {
	margin-top: 10px;
	float: left;
	width: 422px;
	overflow: hidden;
}
.sub_form {
	margin-top: 10px;
	margin-left: -40px;
	float: left;
	width: 422px;
	overflow: hidden;
}
#subForm {
	margin-top: 10px;
	margin-left: 0px;
	float: left;
	width: 380px;
}	
input, textarea {
	display: block;
	width: 260px;
	float: left;
	margin-bottom: 15px;
	border: solid #CCCCCC 1px;
	padding: 6px 0 6px 0;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
label {
	text-align: right;
	width: 80px;
	padding-right: 8px;
	font-size: 10px;
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-top: 8px;
	font-weight: bold;
}
.submit {
	width: 178px;
	margin-bottom: 50px;
	background-color: #70685f;
	border: 0;
	margin-top: -4px;
	color: #FFF;
	font-size: 14px;
	margin-left: 158px;
	float: left;
	display: inline;
	clear: left;
}
.submit:hover {
	cursor: pointer;
}
.checkbox {
	height: 16px;
	width: 16px;
	margin-left: 158px;
	margin-top: -4px;
	float: left;
	display: inline;
}
.subcheck {
	margin-top: -3px;
	margin-left: 6px;
	width: 200px;
	text-align: left;
	margin-bottom: 0px;
}
em {
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
}
.suberror {
	background-color: #CCCCCC;
}
.success {
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	color: #d27206;
	margin-bottom: 20px;
}
.error {
	color: #d27206;
	margin-bottom: 20px;
	margin-left: 120px;
	font-style: normal;
	font-weight: bold;
}
div.contact_form em.error, div.contact_form form em {
	color: #d27206;
	font-style: normal;
}
div.sub_form em.error, div.sub_form form em {
	color: #d27206;
	font-style: normal;
}
.honeypot {
	margin-left: -9999px;
}
#theForm {
	margin-top: 10px;
	width: 360px;
}
#theForm label {
	text-align: right;
	width: 80px;
	padding-right: 8px;
	font-size: 10px;
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-top: 8px;
	font-weight: bold;
}
#theForm .submit {
	width: 178px;
	margin-bottom: 50px;
	background-color: #70685f;
	border: 0;
	margin-top: -4px;
	color: #FFF;
	font-size: 14px;
	margin-left: 88px;
	float: left;
	display: inline;
	clear: left;
}
#theForm .submit:hover {
	cursor: pointer;
}

