@charset "UTF-8";
/* CSS Document */
/*----Contact From*/
form{ display:block; overflow:hidden; width:425px;}
form, label, input{
	font: 12px Georgia, "Times New Roman", Times, serif;
}
legend{font-weight:bold; font-size:24px; color:#FFF;}
fieldset{ border:none; color:#000;}
#eForm label{ width:250px; float:left; display:block;}
#eForm label.label_lg{ width:400px; float:left; display:block;}

.required{ color: red; }
.error{
	width:380px;
 	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{
	width:380px;
 	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;
}
/*Super Awesome Buttons*/
input.btn{
	margin:5px;
	border: none;
}
textarea{width:400px; height:75px;}

.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*/

