.SubmitButtonHover {
	background-color: #6699CC;
	COLOR: #FFFFFF;
	CURSOR: hand;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;

    }
.SubmitButton {
	background-color: #cc6633;
	COLOR: #FFFFFF;
	CURSOR: hand;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;

    }

.feilds {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #B7C3AC;
	background-color: #859876;



}
.Message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #859876;
	border: 1px solid #B7C3AC;
	height: 65px;

}

input{
 background-color: #859876 !important;
 }

/* ASPX form/Error box controls */
#errors {
}
#errors ul {
	list-style:none;
}
#errors li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* ASPX form/Captcha controls */
#pnlCaptcha {
	margin: 10px;
}
/* the text above the captcha */
#pnlCaptcha label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: normal;
}
/* the div which wraps around captcha, text and input */
.captcha {
	margin: 3px;
}
/* actual captcha image */
.captcha img {
	margin: 5px 0px;
}
/* wraps around text and input alone */
.captcha div {
	margin: 3px 0px;
}
/* the actual text */
.captcha span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: normal;
}
/* the input for validation */
.captcha input {
	color: #FFFFFF;
	margin: 0px 3px;
	border: #3F5232 solid 1px;
}
/* the submit button */
#pnlCaptcha #btnSubmit {
	color: #FFFFFF;
	margin: 5px 0px;
	border: #3F5232 solid 1px;
}
/* Clearfix http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.brclear {clear:both;height:0;margin:0;font-size: 1px;line-height: 0;}
