@charset "UTF-8";
#contact-result {
	width: 485px;
	/* [disabled]float: left; */
	margin-top: 20px;
	padding: 20px;
	border: 1px dashed #CCC;
	background-color: #F0F0F0;
}
#contact-footer .column-box {
	height: 90px;
}
#contact-footer dt {
	font-size: 1.3em;
	margin-bottom: 0.5em;
}
#confirmation {
	margin-top:15px;
	padding: 15px;
}
.formContainer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0em;
	float: left;
	text-align: left;
	/* [disabled]font-size: 1.5em; */
	width: 99%;
}
.formContainer p{
	position:relative;
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.8em;
	margin-left: 0px;
	clear: left;
	color: #666;
}
.formContainer  form {
	width: 95%;
	margin-left: 0px;
	margin-top: 18px;
	padding-left: 0em;
	/* [disabled]font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif; */
	font-weight: normal;
}
fieldset {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
}
legend {
	text-transform: none;
	color: #74BA06;
	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:#333333;
	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:1em;
	margin-bottom: 0.5em;
	line-height: 1em;
	}
label.error{
	background-color: #CC0000;
	color: #ffffff;
	letter-spacing: 1px;
	padding:4px;
	width: 100%;
	text-transform: none;
}
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[class=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;
}
