
.clear {
	clear:both
}
.block {
	width:90%;
	margin:0px;
	text-align:left;
}
.element * {
	padding:3px; 
	margin:5px 5px 15px 5px; 
	color: #626262;
	font-size:16px;
	line-height: 0.2em;
}
.element label { 
	width:100%;
	color: #626262;
}
.element input.text {

	width:100%;
	padding-left:10px;
	border:1px solid #999;	
	-webkit-border-radius: 4px;-khtml-border-radius:4px;-moz-border-radius:4px;  border-radius:4px;
}
.element input.text:focus { border:1px solid #1bae9c; background:#fff;
}
.element .textarea {
	height:70px; 
	width:100%;
	padding:7px 10px 10px 10px; 
	font-family: 'Scada', Arial, Helvetica, Tahoma;
	font-size:16px;
	line-height:120%;
	border:1px solid #999;
	-webkit-border-radius: 4px;-khtml-border-radius:4px;-moz-border-radius:4px;   border-radius:4px;
}
.element .textarea:focus { border:1px solid #1bae9c; background:#fff;
}
.element .hightlight {
	border:2px solid #1bae9c;
	background:url(contact/iconCaution.gif) no-repeat 2px;
	-webkit-border-radius: 4px;-khtml-border-radius:4px;-moz-border-radius:4px;    border-radius:4px;
}
.element #submit {
	
	color:#fff;
	font-weight: bold; 
	font-size:18px;
	line-height: 1em;
	padding:6px;
	background: #d10202;
	float:left;
	margin:5px 8px ;
	border:1px solid #999;
	-webkit-border-radius: 4px;-khtml-border-radius:4px;-moz-border-radius:4px;   border-radius:4px;
}
#submit:hover, #submit:focus { background:#666; color: #fff; border:1px solid #000;}

.loading {
	float:right; 
	background:url(contact/ajax-loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display:none;
}
.done {
	
	font-family: 'Inder', Arial, Helvetica, Tahoma, sans-serif;
	color:#cf2027;
	font-size:22px; 
	display:none
}
	 				