@charset "UTF-8";
#contactResult {
	width: 100%;
	float: left;
	margin-top: 0px;
}
#confirmation {
	margin-top:15px;
	padding: 15px;
}
#contactForm {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 100%;
	float: left;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
}
#contactForm p{
	position:relative;
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#contactForm  form {
	width: 95%;
	margin-left: 0px;
	margin-top: 15px;
	padding-left: 0em;
}
fieldset {
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
}
legend {
	text-transform: none;
	color: #0092ED;
	margin-bottom: 20px;
	margin-left: -18px;
	margin-top: -2px;
	display: inline;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 14px;
}
input, .textarea{
	width: 100%;
}
.checkBox {
	width: 15px;
}
input.submit{
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	width:auto;
	border:none;
	background-color:#2F4C70;
	color:#FFFFFF;
}
.submit {
	margin-left: 0px;
	float: left;
}
label{
	float:left;
	margin-right: 0em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	color:#666666;
	font-size:11px;
	}
.required {
	background-color: #CC0000;
	color: #ffffff;
	letter-spacing: 1px;
	padding:4px;
}
label.top{
	display: block;
	float:none;
	background-color: #FFFFFF;
}		
	

/* --these styles use attribute selectors and the focus pseudo-selector to style form elements
in DOM compliant browsers. Other browseres (such as IE6 will ignore these
and render the default form */
fieldset[id=messageForm] {
	border: 3px none #346A27;
}
legend[class=formlegend] {
	background-color: #EBF5E9;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-left-style: ridge;
	border-top-color: #767468;
	border-right-color: #767468;
	border-left-color: #767468;
}
