/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
    BEAST-BLOG.CSS made by Mike Cherim - http://green-beast.com 
   Designed and built to work with the Beast-Blog WordPress theme
================================================================== */

#gb_form_div { 
  text-align : left;
  width : 450px;
margin:-20px auto 0 auto;
}

#gb_form {
  text-align : left;
  background : transparent;
}

#gb_form_div a {
  color : #999;
  text-decoration : underline;
}
#gb_form fieldset {
margin:0 0 1em 0;
padding:1em 0 0 0;
border:none;}
.hidden {display:none;}

#gb_form input, #gb_form select, #gb_form textarea {
width:35em;
border:1px solid #999;
background:#ccc;
padding:0.5em;
color:#333;
font-family:arial;
font-size:1em;
}
#gb_form .whythis a span {display:none;}
#gb_form .short, #gb_form .checkbox {width:2em;}
#gb_form .button {
margin:2em 0 0 0;
width:5em;
}
#gb_form .creditline{dispaly:none;}