/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FLUID width
     CLASSIC.CSS made by Mike Cherim - http://green-beast.com 
    Designed and built to work with the Classic WordPress theme
================================================================== */

#gb_form_div { 
  font : 90% 'lucida grande', 'lucida sans unicode', verdana, sans-serif;
  margin : auto;
  text-align : left;
  width : 90%;
}

#gb_form {
  text-align : left;
  background-color : #fff;
}

#gb_form_div a {
  text-decoration : none;
  color : #000;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #809080;
  text-decoration : underline;
}

#gb_form fieldset { 
  border : 1px dotted #ccc;
  border-right : 0;
  border-bottom : 0;
  border-left : 0;
  margin-top : 10px;
  padding : 0 10px 10px 10px;
}

#gb_form fieldset#formwrap { 
  border : 1px dotted #ccc;
  border-bottom : 0;
  margin-top : 30px;
  padding : 0 10px 15px 10px;
}

.main_formhead {
  margin-top : 30px;
}

#gb_form legend, #gb_form dt { 
  font-weight : bold; 
  color : #666;
}

#gb_form legend {
  font : 1.5em 'times new roman', georgia, arial, sans-serif; 
  background-color : #fff; 
  font-style : italic;
  text-transform : lowercase;
  color : #ccc;
  margin-left : -10px;
}

#gb_form legend#mainlegend {
  font-size : 1.7em;
  font-style : normal;
  text-transform : lowercase;
  color : #90a090;
  margin-left : -10px;
}

#gb_form legend#mainlegend small, #gb_form_div .formhead small { 
  font-size : .6em;
  text-transform : uppercase;
}

#gb_form label { 
  color : #809080;
  font-size : .85em; 
  margin-top : 5px;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox { 
  color : #000; 
  padding : 4px; 
  border : 1px solid #999;
  background-color : #eee;
  line-height : 1.5em;
  width : 65%;
}

#gb_form input.short {
  width : 15%;
}

#gb_form textarea.textbox {
  font-size : 1.5em;
  width : 98%;
}

#gb_form select.med {
  width : 50%;
}

#gb_form input.checkbox {
  padding : 0; 
}

#gb_form label input.checkbox {
  margin : 0;
}

* html input.button { 
  color : #000;  
  padding : 4px; 
  border : 1px solid #999;
  background-color : #eee;
}


/* 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 { 
  color : #666;  
  padding : 4px; 
  border : 1px solid #000;
  background-color : #fff;
}

#gb_form input.button {
  margin-top : 10px;
}

span.error, span.success, #gb_form_div dt { 
  color : #cd0000;  
  font-weight : bold; 
}

#gb_form_div dt, #gb_form_div dl {
  font-size : 87%;
}

#gb_form_div dt small, span.success, dl#result_dl_blockq dt {
  color : #999;
} 

small.whythis { 
  font-size : .9em; 
}

#gb_form small.whythis a span { 
  color : #fff;
  border : 1px solid #fff;
  padding : 0 3px 0 3px;
  width : 100%;
}

#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active { 
  text-decoration : none;
  color : #000;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
  border : 1px solid #000;
  background-color : #eee;
  color : #000;
  white-space : nowrap;

}

p.creditline small { 
  display : block;
  text-align : right;
  margin : 5px 0;
  font-size : .7em;
  letter-spacing : .0001em;
  color : #666;
}

/* NOTE: .abbr class is for IE */
.abbr { 
  cursor : help; 
  border-bottom : 1px dashed #999;
}

dl#result_dl_blockq blockquote {
  margin-left : 0;
}

dl#result_dl_blockq blockquote p {
  font-size : 1.05em;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}

#gb_form_div span.items {
  font-weight : bold;
  color : #ccc;
}

#gb_form_div p a {
  color : #999;
}

#gb_form_div p a:hover, #gb_form_div p a:focus, #gb_form_div p a:active {
  color : #000;
}

/* End CLASSIC CSS */