@charset "UTF-8";
/* CSS Document */
/*----Contact From*/
form{ display:block; overflow:hidden; width:440px;}
form, label, input{
	font: 12px Georgia, "Times New Roman", Times, serif;
}
#eForm legend{ font-weight:bold; font-size:24px; color:#FFF;}
#eForm fieldset{ border:none; color:#000;}
#eForm label{ float:left; text-align:left; display:block;}
#eForm p {}
#eForm input.text{ float:right; text-align:right; display:block;}
#eForm input.btn{ margin:5px; border: none;}
#eForm input.checkbox{ width:5%; float:left; display:block; overflow:hidden;}
#eForm label.cBoxLabel{  width:42%; line-height:20px; float:left; display:block; overflow:hidden;}
#eForm textarea{ width:400px; height:75px;}

.required{ color: red;}
.errorFree{
 	margin:0 0 10px 0;
	padding:5px;
	font-size: 12px;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#D5FFCE;
	border:#9ADF8F solid 2px;
	color:#556652;
}
.error{
 	width:75%;
 	margin:0 0 10px 0;
	padding:5px;
	font-size: 12px;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#FFCECE;
	border:#DF8F8F solid 2px;
	color:#665252;
}

.errorFree h3, .error h3 {margin:0px;}
.error ol {margin:0px;}
.error li {margin:0px;}

/*Super Awesome Buttons*/
.awesome {
	background: #936239;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	cursor: pointer;
	font: bold 11px/1;
}
.awesome[class] {
	background: #936239 url(alert-overlay.png) repeat-x;
}

.awesome:hover { background: #4A2304;}
.awesome[class]:hover {
	background: #4A2304 url(alert-overlay.png) repeat-x;
}
/*Super Awesome Buttons Ends*/


