/* ==================================================================
    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
================================================================== */

h6 { font-size:22px; }


#gb_form_div { 
  text-align : left;
  float: left;
  width : 320px;
}

#gb_form {
  text-align : left;
}

#gb_form_div a {
  color: #ffff00;
}

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

#gb_form fieldset { 
  border : 0;
  margin-top : 0px;
}

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

#gb_form legend {
  margin-left : -10px;
}

#gb_form legend#mainlegend2 { 
  font-size : 1.2em;
  color : #E86931;
  margin-left : -10px;
  display: none;
}


#gb_form legend#mainlegend { 
  font-size : 1.2em;
  color : #E86931;
  margin-left : -10px;
}

#gb_form legend#mainlegend small { 
  font-size : .7em;
  text-transform : uppercase;
}

#gb_form_div .main_formhead {
  font-size : 13px;
  display: none;
}

#gb_form label { 
  color : #ccc; 
  margin-top : 5px;
}

#gb_form input.short, #gb_form input.med { 
  font : 1em 'lucida grande', verdana, arial, sans-serif; 
  color : #fff; 
  padding : 4px 0px 0px 4px;
  border : 1px solid #504f4f;
  line-height : 1.5em;
  width : 300px;
  height: 19px;
  margin: 2px 0px 8px 0px;
  background-color: #333;
}

#gb_form select.med { 
  font : 1em 'lucida grande', verdana, arial, sans-serif; 
  color : #fff; 
  padding : 2px 0px 0px 2px; ; 
  border : 1px solid #504f4f;
  line-height : 1.5em;
  width : 300px;
  height: 19px;
  margin: 2px 0px 8px 0px;
  background-color: #333;
}

#gb_form textarea.textbox { 
  font : 1em 'lucida grande', verdana, arial, sans-serif; 
  color : #fff; 
  padding : 4px 0px 0px 4px;
  border : 1px solid #504f4f;
  line-height : 1.5em;
  width : 300px;
  margin: 2px 0px 8px 0px;
  background-color: #333;
}

#gb_form input.short {
  width : 45px;
}

#gb_form textarea.textbox {
  width : 300px;
}

#gb_form select.med {
  width : 250px;
}

#gb_form select.large {
  width : 280px;
}

#gb_form input.checkbox {
  padding : 0; 
}

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

* html input.button { 
  color : #000;  
  padding : 2px; 
  border : 1px solid #504f4f;
  background-color : #f9f9f9;
}

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

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

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

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

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

#gb_form small.whythis a span { 
  font-size : .9em;
  color : #fff;
  padding : 0 2px 0 2px;
}

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

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
  border : 0px solid #000;
  background-color : yellow;
  color : #000;
  font-weight : bold;
}

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 : 0px dashed #999;
}

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 {
  font-weight : bold;
  color : #14568a;
}

/* End DEFAULT CSS */