#gb_form_div {
  text-align : left;
}

#gb_form {
  text-align : left;
}

#gb_form fieldset {
  border : 0;
  margin-top : 5px;
}

#gb_form fieldset fieldset {
  margin-bottom : 15px;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox {
  font-size:1em;
  padding : 0;
  width : 60%;
}

#gb_form input.short {
  width : 6%;
}

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

#gb_form small.whythis
{
    display: none;
}

#gb_form p.creditline small {
  clear : both;
  display : block;
  text-align : right;
  margin : 0;
  padding : 25px 0 15px 0;
  font-size : .8em;
  letter-spacing : .0001em;
}

#gb_form_div .main_formhead
{
    display: none;
}

#gb_form legend, #gb_form dt {
  font-weight : bold;
  padding-bottom : 3px;
}