/* for main form wrapping div */
div#gb_form_div { 
  /* not styled on demo page */
}

/* id for the form itself */
form#gb_form { 
  /* not styled on demo page */
}

/* form and results heading size */
.main_formhead, .formhead { 
  font-size : 1.4em; 
  color : #000000; 
  font : 80% 'Verdana', sans-serif; 
}

/* outer fieldset - it's common to make this border : 0; */
fieldset#formwrap { 
  background-color : #a2a2a2; 
  border : 0;
}

/* section fieldsets - it's common to make this border : 0; */
fieldset { 
  background-color : #a2a2a2; 
}

/* form legends and dt "heading" */
legend, dt { 
  font-weight : bold; 
  color : #000000;
  font : 80% 'Verdana', sans-serif; 
}

/* main legend at top of the form */
legend#mainlegend { 
  font-size : 1.2em;
  color : #000000; 
  font : 80% 'Verdana', sans-serif; 
}

/* form label text */
label { 
  color : #000000;
  font : 80% 'Verdana', sans-serif; 
}

/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox { 
  font-size : 12px;
  color : #000000; 
  padding : 2px; 
  border : 1px solid #595959;
  background-color : #eeeeee;
  font : 'Verdana', sans-serif; 
}

/* for the checkbox input */
input.checkbox {
  /* not styled on demo page */
}

/* error heading weight and color - bold is for the error reason text */
span.error, dt.error, strong.error { 
  color : #000000; 
  font-weight : bold;
  font : 80% 'Verdana', sans-serif; 
}

/* success heading color */
span.success { 
  color : #000000; 
  font-weight : bold; 
}

/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}

/* set result color for blockquote dt "heading" */
dl#result_dl_blockq dt, dl.result_dl_blockq dt {
  color : #000000;
}

/* position result blockquote flush with parent */
dl#result_dl_blockq blockquote, dl.result_dl_blockq blockquote {
  margin-left : 0;
}

/* style the input names in the result */
div#hf_form_div span.items {
  font-weight : bold;
  color : #000000;
}