#gb_form_div {
  text-align : left;
  margin: 15px;
}

#gb_form {
  text-align : left;
}

#gb_form fieldset {
  border: none;
  margin: 0px;
  padding: 5px 0;
}

#gb_form fieldset fieldset {
  margin: 15px;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox {
  width: 90%;
}

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

#gb_form small.whythis, #gb_form small.whythis a {
  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;
}

#gb_form_div .main_formhead
{
    display: none;
}

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

.button {
    margin: 15px 0;
}