#gb_form legend#mainlegend { 
   display:none;
}

#gb_form fieldset {
  border : 0;
}

#gb_form fieldset label {
font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode",  Calibri, Verdana, sans-serif;
color: #555;
}

#gb_form input, #gb_form select, #gb_form textarea {
margin-bottom: .8em;
}
#gb_form input.short {
  width : 3em;
}
#gb_form input.checkbox {
  width: 1em;
}

#gb_form input.button { 
font-weight: bold; 
color: #111; 
background: url('images/submit-bg.gif'); 
border: 3px double #999; 
border-top-color: #ccc; 
border-left-color: #ccc; 
cursor: pointer; 
width: auto !important; 
overflow: visible; 
margin-top: 1em;
margin-bottom: 2em;
}