/* CSS Document */

#contactForm {
	margin-top: 60px;
}
#contactForm label {
	color: #6B8B28;
	text-align: right;
}
#contactForm input, #contactForm textarea {
	font: 0.85em "Trebuchet MS", Arial, sans-serif;
	color: #333333;
}
fieldset {
	border: 1px solid #8A9D4E;
	margin-top: 15px;
}
fieldset legend {
	text-transform: uppercase;
	color: #698926;
	padding-left: 10px;
	padding-right: 10px;
}
fieldset#required legend {
	color: #6B0D27;
}

#contactForm div input{
	background: #657430;
	border-top: 1px solid #B9C267;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #B9C267;
	font-weight: bold;
	color: #F0F7E5;
}
#contactForm div input:hover {
	color: #9EA86B;
	background: #F0F7E5;
}
