/* ==================================================================
    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
================================================================== */




/* NOTE: .hover and .focus classes IE JS */
#gb_form input.short:hover, #gb_form input.short:hover, 
#gb_form input.med:hover, #gb_form input.med:focus, 
#gb_form select.med:hover, #gb_form select.med:focus, 
#gb_form textarea.textbox:hover, #gb_form textarea.textbox:focus, 
#gb_form input.short.hover, #gb_form input.short.focus,
#gb_form input.med.hover, #gb_form input.med.focus,  
#gb_form select.med.hover, #gb_form select.med.focus, 
#gb_form textarea.textbox.hover, #gb_form textarea.textbox.focus { 
  background-color: #E7EAEA; color: #2A3238;
  padding : 4px; 
border:none;
  border-bottom : 2px groove #E5C499;}







/* NOTE: .abbr class is for IE */
.abbr {   cursor : help; border-bottom: 1px dashed #646464;}

dl#result_dl_blockq blockquote {  margin-left : 0;}

dl#result_dl_blockq blockquote p cite {  display : block;  text-align : right;}

#gb_form_div span.items {color:#E5C499;}
#gb_form_div dl{margin-bottom:2em;}
/* End DEFAULT CSS */