@charset "utf-8";

#contactus fe { background : #red;}

#contactus fieldset {  margin:0 auto; padding:20px 15px; border:3px solid #eee; }
#contactus legend { 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:1em; text-transform:uppercase; color:#555;}
#contactus input[type="text"],textarea { font-family : Arial, Verdana, sans-serif; font-size: 1em; line-height:140%; color : #333; padding : 3px; background:url(../img/input_bg.gif) repeat-x; border : 1px solid #999; }
#contactus input[type="text"] { height:25px; width:100%; }

#contactus textarea { height:200px; width:100%;float:left; }
#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:15px 0;}
#contactus .form_container2 input[type="text"] { height:18px; width:100%; }
#contactus .short_explanation{ font-family : Arial, sans-serif; font-size: 0.9m; color:#333;}
