@charset "utf-8";
/* CSS Document  form style for contact page */



#hcontact li { margin: 0 0 14px 0; clear:both; height:25px;}
#hcontact label { display:block; float:left; line-height:18px; margin-right:16px; text-align:right; width:100px; font-weight:bold; color:#6b6b6b;}
input, textarea { width:220px; 	background:#f4f6f8; border: solid 1px #bfbfbf;}
input:focus, textarea:focus{background: #fff;} 
#hcontact #textarea{ height: 105px; position:relative;}


#hcontact #send { width: 100px; margin-left:115px; clear:both; background:#463F39; border-top: solid 1px #e2a961; border: solid 1px #000; color:#DDD; }
 
#hcontact  #send:hover {  background:#CD701B; color:#2A2A2A; border: solid 1px #675036; }

#hcontact input, #hcontact textarea { 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

li#sendButton { margin-top:-5px;}

#hcontact legend p { color:#333; margin-top:-2px;}