
.contactbutton {
	background: #005d00;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	margin: 0px 0px 0px 5px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #007307;
	border-right: 1px solid #002a00;
	border-left: 1px solid #007307;
	border-bottom: 1px solid #002a00;
}


.contactform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
}


.contactform input.text{
	width:500px;
	float:left;
}

.contactform textarea.text{
	width:400px;
	height:100px;
	float:left;
}

.contactform label{
	width:150px;
	display:block;
	font-weight:bold;
	float:left;
}

.clear{clear:both; }
.err{font-size:11px; color:#761a0f; font-weight:bold; line-height:20px; min-height:20px; }

