#gb_form_div { 
  text-align : left;
}

#gb_form {
  text-align : left;
}

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

#gb_form_div form{
  margin : 0 !important;
}

#gb_form_div a:hover {
  color : #fff;
  background-color : #78a515;
}

#gb_form fieldset {
	border : 0;
	margin : 8px 0 0 0;
	background-image: url(wp-gbcf_images/fieldsetback.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#gb_form fieldset fieldset { 
  border : 1px solid #2c2c2c;
  margin : 0 0 8px 0;
  padding : 2px 32px 32px 32px;
}

#gb_form legend, #gb_form dt { 
  font-size : 1em;
  color : #857752;
  border : none;
  margin : 0 0 0 -9px;
}

#gb_form legend#mainlegend { 
  font-size : 1.4em;
  color : #3f3f3f;
  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 : #ffffff;
  text-transform : lowercase;
  padding : 0 0 3px 0;
  margin : 0 !important;
}

#gb_form label { 
  color: #999999; 
  font-size: 14px;
  margin-top: 5px;
  padding-bottom: 15px;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox {
  font-size : 14px;
  padding : 5px 0px 5px 5px;
  margin-top: 5px;
  margin-bottom: 15px;
  width : 400px;
  background-color : #1c1c1c;
  border : 1px solid #2a2a2a;
  color : #7e7055;
}

#gb_form input.button:hover, #gb_form input.button:focus, 
#gb_form input.button.hover, #gb_form input.button.focus {
  background-color : #1c1c1c;
  color : #dcc991;
  border-color : #2a2a2a;
}

/* 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 : #7a795b;
  color : #d2d39a;
}

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

#gb_form textarea.textbox {
	font-family: Arial, Tahoma, Verdana;
  font-size : 14px;
  width : 400px;
  height : 160px;
}

#gb_form select.med {
  width : 406px;	
  padding : 2px;
}

#gb_form input.checkbox {
  cursor : default;
  background : transparent;
  color : #669900;
  border : 0;
  padding : 2px; 
  margin : 0;
  width : 10px;
  height : 10px;
}

#gb_form input.button {
  margin : 15px 0 15px 0;
  padding : 4px 0 4px 0 !important;
  width : 9em;
  float : right;
  color : #857752;
  text-transform : uppercase;
  font-size : 1em;
  background : #1c1c1c;
  text-align : center;
  border : 1px solid #2a2a2a;
}

#gb_form p {
  margin : 0;
  padding : 0;
}

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

#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
  color : #29303b;
}

#gb_form small.whythis, #gb_form small.whythis a { 
  font-size : 1em; 
  text-decoration : none;
  border : 0;
  color : #7b7255;
}

#gb_form small.whythis a span {
  color : #2c2c2c;
  font-family : arial, sans-serif;
  padding : 1px 4px 1px 4px;
}

#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active { 
  color : #847359;
  background : none;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
  color : #847359;
  border : 0 !important;
  font-style : normal; 
  text-decoration : none !important;
}

#gb_form p.creditline small {
  font-family : arial, sans-serif;
  display : block;
  text-align : right;
  margin: 0 0 0 0;
  padding : 0 0 0 0;
  font-size : .7em;
  letter-spacing : .0001em;
  color : #000000;
  text-transform : uppercase;
  clear : both;
}

/* 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 : right;
}

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