@charset "ISO-8859-1";
#contactform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.contactinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	border: 1px solid #8C8072;
	background-color: #F2EDE9;
	height: auto;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.formbox {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	float: left;
	width: 440px;
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.reqrd {
	font-weight: bold;
	color: #993300;
	font-size: 12px;
}
#contactform fieldset {
	text-align: left;
	margin-bottom: 20px;
	clear: left;
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
#contactform fieldset ol {
	list-style-type: none;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
}
#contactform legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	width: 600px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#contactform fieldset li {
	padding-bottom: 0px;
	clear: left;
	float: left;
	width: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#contactform label {
	width: 140px;
	margin-right: 10px;
	float: left;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contactform fieldset.submit {
	float: none;
	width: auto;
	margin-left: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contactform fieldset fieldset {
	border-style: none;
	background-color: transparent;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#contactform fieldset fieldset legend {
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 1em;
}
#contactform fieldset fieldset ol {
	position: relative;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#contactform fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
	display: inline;
}
#contactform .submitbtn {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #95ab3c;
	text-align: center;
	width: auto;
	padding: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	}

