@charset "utf-8";


#contactus fieldset { width:100%; margin:0 auto; padding:0; box-sizing:border-box; }
#contactus legend, h2 { font-family : Arial, sans-serif; font-size: 2em; font-weight:bold; color:#333; text-transform:uppercase; }

#contactus label { margin:0 5px; font-family : Tahoma, 'Trebuchet MS', Arial, sans-serif; font-size:14px; text-transform:uppercase; color:#555;}
#contactus input[type="text"],textarea { font-family : Arial, Verdana, sans-serif; font-size: 14px; line-height:140%; color : #333; padding : 7px; margin-top:5px; border : none; box-sizing:border-box; background-color:rgba(255,255,255,0.75); }
#contactus input[type="text"] { width:100%; border : 1px solid #333;}
#contactus textarea{ color : #333; border : 1px solid #333; background-color : #fcfcf4;}

#contactus textarea { height:75px; width:100%; }
#contactus input:focus { color : #333; border : 1px solid #ccc; background-color : #fff;}
#contactus textarea:focus { color : #333; border : 1px solid #ccc; background-color : #fcfcf4;}

#contactus .form_container { margin:5px 0; text-align:left;}
#contactus .short_explanation{ font-family : Arial, sans-serif; font-size: 0.9m; color:#fff;}

@media (max-width:1000px){
	#contactus fieldset{ padding:10px 10px; }
}