/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/

#contactus {
	margin: 0px 10px 0px 0px;
	padding: 0;
	font-size: 1em;
	line-height: 1.2em;
	float: left;
	width: 100%;
}
#contactus fieldset {
	border: 1px solid #207e4d;
}
#contactus input[type="text"],textarea {
 	line-height: 1em;
    color: #000; 
    padding: 2px;
    border: 1px solid #999;
	width: 95%;
}
#contactus input[type="text"] {
	width: 95%;
}
#contactus #state, #contactus #zip {
	width: 100px;
}
#contactus #message {
	width: 100%;
}
#contactus #scaptcha {
	width: 60px;
}
#contactus input[type="submit"] {
	width: 75px;
    height: 25px;
    padding-left: 0px;
}
#contactus input[type="text"]:focus,textarea:focus {
	color: #009;
	border: 1px solid #c26b29;
	background-color: #fcf7ec;
}
#contactus .formContainer {
    margin-bottom: 7px;
}
#contactus .stateContainer, #contactus .zipContainer {
	float: left;
	width: 100px;
	margin-bottom: 7px;
	margin-right: 10px;
}
#contactus .borderedContainer {
    margin-bottom: 7px;
	padding: 15px 0px;
	border-top: 1px solid #207e4d;
	border-bottom: 1px solid #207e4d;
}
#contactus .error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 0.5em;
	color: #900;
	background-color: #ffff00;
}
#contactus fieldset#antispam {
	padding: 2px;
	border-top: 1px solid #EEE;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	width: 350px;
}
#contactus fieldset#antispam legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #333;   
}
#contactus .short_explanation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip {
	display: none;
	width: 10px;
	height: 3px;
}
#fg_crdiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.3em;
	opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}
#fg_crdiv p {
    display: none;
}