/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
 GREEN-MARINEE.CSS made by Mike Jolley - http://www.blue-anvil.com 
 Designed and built to work with the Green Marinee WordPress theme
================================================================== */

#gb_form_div { 
  text-align : left;
}

#gb_form {
  text-align : left;
}

#gb_form_div a {
  color : #00b5ca;
  text-decoration : none;
}

#gb_form_div form{
  margin : 0 !important;
}

#gb_form_div a:hover {
  color : #fff;
  background-color : 00b5ca;
}

#gb_form fieldset { 
  border : 0;
  margin : 8px 0 0 0;
  padding : 8px 0 0 0 
}

#gb_form fieldset fieldset { 
  border : 3px solid #f5f5f5;
  margin : 0 0 8px 0;
  padding : 2px 32px 32px 32px;
}

#gb_form legend, #gb_form dt { 
  font-size : 1.4em;
  color : #b4b4b4;
  border : none;
  margin : 0 0 0 -9px;
}

#gb_form legend#mainlegend { 
  font-size : 1.4em;
  color : #b4b4b4;
  margin : 0;
}

#gb_form legend#mainlegend small { 
  font-size : .7em;
  text-transform : uppercase;
}

#gb_form_div .formhead small a {
  font-size : .7em;
  background-image : none;
  display : inline;
  padding : 0;
  margin : 0;
}

#gb_form_div .main_formhead, #gb_form_div .formhead {
  font-size : 1.8em;
  color : #00b5ca;
  text-transform : lowercase;
  padding : 0 0 3px 0;
  margin : 0 !important;
}

#gb_form label { 
  color : #999999; 
  font-size:0.9em;
  text-transform : lowercase;
  margin-top : 5px;
  margin-left : 0;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox {
  font-size : 1.1em;
  width : 300px;
  background-color : #fff;
  border : 1px solid #b4b4b4;
  color : #000000;
}

#gb_form input.button:hover, #gb_form input.button:focus, 
#gb_form input.button.hover, #gb_form input.button.focus {
  background-color : #fff;
  color : #000000;
  border-color : #b4b4b4;
}

/* 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 { 
  border-color : #b4b4b4;
  color : #000000;
  cursor : text;
}

#gb_form input.short {
  width : 50px;
}

#gb_form textarea.textbox {
  width : 400px;
  height : 160px;
  line-height : 1.5em;
}

#gb_form select.med {
  width : 300px;	
  padding : 2px;
}

#gb_form input.checkbox {
  cursor : default;
  background : transparent;
  color : #669900;
  border : 0;
  padding : 2px; 