/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
    RASCALS.CSS made by Rascals
    Designed and built to work with the Default WordPress theme
================================================================== */
* html fieldset legend {
  margin-left: -6px;
  display: inline;
}
#gb_form fieldset legend { 
  /margin-left: -6px;
}
#gb_form_div { 
  text-align : left;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  text-decoration : underline;
}

#gb_form fieldset { 
  border : 0;
  line-height:normal;
  display: block;
}

#gb_form legend, #gb_form dt { 
  font-weight : bold; 
  display:block;
  position: relative;
}

#gb_form legend span {
  color:#666;
  display:block;
  padding:5px 0 5px 0 !important;
}

#gb_form legend#mainlegend { 
  font-size : 18px;
  color : #333;
  display : block;
  padding:0 0 5px 0;
}

#gb_form legend#mainlegend span { 
  color:#333;
  padding:0 0 5px 0;
}

#gb_form legend#mainlegend small { 
  font-size :10px;
  text-transform : uppercase;
  color : #999;
  display : block;
}

#gb_form_div .main_formhead {
  font-size : 16px;
}

#gb_form label { 
  display : block;
  padding:0;
  margin:0;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox { 
  float:none;
  display:block;
  overflow:hidden;
}

#gb_form input.short {
  width : 45px;
}

#gb_form select.med {
  width:250px
  float:none;
  display:block;
  margin-top:5px;
  padding:2px;
  border: 1px solid #999999
}

#gb_form input.checkbox {
  padding : 0;
  width:auto;
  height:auto;
  margin:10px 5px 10px 0;
  border:0;
}

#gb_form label small {
  margin : 10px 0 !important;
  display:block;
}

input.button {
  margin-top : 10px;
  display : block;
}

span.error, span.success, #gb_form_div dt { 
  color : #333;  
  font-weight : bold; 
}

#gb_form_div dt small, span.success, dl#result_dl_blockq dt {
  color : #999;
}

small.whythis, small.whythis a { 
  font-size : 10px; 
}

#gb_form small.whythis a span { 
  font-size : 9px;
  color : #999;
  padding : 0 3px 0 3px;
}


#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
  color : #666;
  font-weight : bold;
}

#gb_form p.creditline { 
  display : block;
  text-align : left;
  margin-top : 60px;
  padding:0;
  font-size : 9px;
  color : #999;
  width:580px;
}

/* 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 cite {
  display : block;
  text-align : left;
}

#gb_form_div span.items {
  font-weight : bold;
  color : #666px
}

/* End DEFAULT CSS */