/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP
       CUSTOM.CSS made by fms - http://www.fms.id.au 
      Designed and built to work with the Your WordPress theme
================================================================== */

#gb_form legend, #gb_form dt { 
   font-weight : bold; 
   color : #666;
   padding-top : 4px;
   padding-bottom : 8px;
}

#gb_form legend#mainlegend {
   color : #fff;
}

#gb_form legend {
   margin-left : -8px;
}

#gb_form label { 
   font-size : .9em;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox {
   font : 1em 'lucida grande', verdana, arial, sans-serif; 
   padding : 4px;
   width : 300px;
   margin-top : 6px;
   margin-bottom : 6px;
   background-color : #f5f5f5;
   border : 1px solid #ccc;
}

input.button {
   margin-top : 30px;
}

#gb_form input.short {
   width : 45px;
}

#gb_form textarea.textbox {
   width : 100%;
}

span.error, span.success, #gb_form_div dt { 
   color : #cd0000;  
   font-weight : bold; 
}

#gb_form_div dt small, span.success, dl#result_dl_blockq dt {
   color : green;
}

small.whythis, small.whythis a {
   font-size : .9em;
   text-decoration : none;
}

/* End CUSTOM CSS */