#gb_form_div { 
  text-align : left;
  width : 100%;
margin:0px;
padding:0px;
}

#gb_form {
  text-align : left;
  background-color : #fff;
}

#gb_form_div a {
  color : #8DA550;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #cc0000;
  text-decoration : none;
}

#gb_form fieldset { 
  border : 0;
  margin-top : 10px;
}

#gb_form legend, #gb_form dt { 
  font-weight : bold; 
  color : #8DA550;
}

#gb_form legend {
  margin-left : -10px;
}

#gb_form legend#mainlegend { 
  font-size : 14px;
  color : #8DA550;
  margin-left : -10px;
}

#gb_form legend#mainlegend small { 
  font-size : 14px;
  text-transform : uppercase;
}

#gb_form_div .main_formhead {
  font-size : 1.4em;
}

#gb_form label { 
  color : #8DA550; 
  margin-top : 5px;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox { 
  font : 14px 'lucida grande', verdana, arial, sans-serif; 
  color : #746E6B; 
  padding : 5px; 
  border : 1px solid #8DA550;
  background-color : #f9f9f9;
  line-height : 24px;
  width : 300px;
}

#gb_form input.short {
  width : 45px;
}

#gb_form textarea.textbox {
  width : 100%;
}

#gb_form select.med {
  width : 300px;
}

#gb_form input.checkbox {
  padding : 0; 
}

#gb_form label input.checkbox {
  margin : 0;
}

* html input.button { 
  color : #746E6B; 
  font-size: 14px; 
  padding : 5px; 
  border : 1px solid #6da6d1;
  background-color : #c6c6c6;
}


/* 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 : #746E6B;  
  padding : 5px; 
  border : 1px solid #c6c6c6;
  background-color : #fff;
}

input.button {
  padding : 5px; 
  margin-top : 10px;
  font-size: 14px; 
}

span.error, span.success, #gb_form_div dt { 
  color : #8DA550;  
  font-weight : bold; 
}

#gb_form_div dt small, span.success, dl#result_dl_blockq dt {
  color : #8DA550;
}

small.whythis, small.whythis a { 
  font-size : 14px; 
}

/* NOTE: .abbr class is for IE */
.abbr { 
  cursor : help; 
  border-bottom : 1px dashed #c6c6c6;
}

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 : #8DA550;
}

/* End DEFAULT CSS */