/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
     DEFAULT.CSS made by Mike Cherim - http://green-beast.com 
    Designed and built to work with the Default WordPress theme
================================================================== */

#gb_form_div { 
  text-align : left;
  width : 460px; min-height:30px; overflow:hidden;

}
#gb_form_div a{ color:#333; text-decoration:none;}
#gb_form_div span{ width:100%; float:left; display:block; font-weight:bold;padding-top:10px;}
#gb_form_div span strong{ font-weight:bold;}
#gb_form_div label{ width:120px; display:block; height:22px; float:left; margin:0px 0px 5px 0px; line-height:22px;}
#gb_form_div input[type="text"]{ margin:0px 0px 5px 0px; border:1px solid #CCC; height:20px; width:220px; float:left; background:none;}
#gb_form_div input[type="submit"]{ clear:both;margin:0px 0px 5px 0px; border:none;height:32px; width:110px; font-size:18px; float:left; background: #333; color:#CCC; line-height:32px;-moz-border-radius:5px;}
#gb_form_div textarea{ margin:0px 0px 5px 0px; border:1px solid #CCC; height:90px; width:400px; float:left; background:none;} 
#gb_form_div select{ margin:0px 0px 5px 0px; border:1px solid #CCC; height:20px; width:220px; float:left; background:none;}
#gb_form_div #reason{ height:25px;}

#gb_form_div .whythis{ height:30px; width:200px; float:left; line-height:25px;}
/* End DEFAULT CSS */


