
#gb_form_div { 
  text-align : left;
  width : 90%;
}

#gb_form_div p {

}

#gb_form {
  text-align : left;
  background : transparent;
}

#gb_form_div a {
  color : #999;
  text-decoration : underline;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #111;
  text-decoration : none;
  background-color : #fff;
}

fieldset { 
  border : 0;
  margin-top : 10px;
}

#gb_form legend, legend, #gb_form dt { 
  font-weight : bold; 
  color : #FFD800;
}

#gb_form legend {
  margin-left : -10px;
  /*margin-left : -7px; IE7*/
  padding-top : 5px;
  font: 900 14px "Arial", Helvetica, sans-serif;
}

* html #gb_form legend {

}

#gb_form legend#mainlegend { 
  font-size : 1.2em;
  color : #669900;
  margin-left : -10px;
  padding-top : 5px;
  padding-bottom : 10px;
}

* html #gb_form legend#mainlegend {
  margin-left : -5px;
}

#gb_form legend#mainlegend small { 
  font-size : 1.4em;
  text-transform : uppercase;
}

#gb_form_div .formhead small a {
  font-size : 1.4em;
  background-image : none;
  display : inline;
  padding : 0;
  margin : 0;
}

#gb_form_div .main_formhead, #gb_form_div .formhead {
  font-size : 1.8em;
  color : #999;
  width : 80%;
}

label { 
  color : #999; 
}


input.short {
  width : 7%;
}

textarea.textbox, textarea { 
  width : 78%;
  height : 220px;
  line-height : 1.5em;
  display: block;
}

select.med {
  width : 60%;
}

select.med:hover, select.med:focus {

}
input#spamq {
	height: 16px;
}


input.checkbox {
  cursor: default;
  background: transparent;
  color: #669900;
  border: 0;
  padding: 5px; 
  margin: 0;
  width: 10px;
  height: 10px;
}

input.button:hover, input.button:focus, 
input.button.hover, input.button.focus {
  background-color : #9e9e55;
  border : 0;
  cursor : pointer;
  color : #fff;
}

input.button {
  cursor : pointer;
  background-color : #669900;
  border : 0;
  color : #fff;
  padding : 1px;
  font-size : 1em;
}

#content #gb_form input.button {
  margin : 10px 5px 0 0px;
  padding : 2px 15px;
  float: left;
}

* html #content #gb_form input.button {

}

span.error, span.success, #gb_form_div dt { 
  color : #cc0000;  
  font-weight : bold; 
}

#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
  color : #669900;
}

small.whythis, small.whythis a { 
  font-size : .9em; 
  text-decoration : none;
  color : #333;
}

p.creditline small {
  clear : both; 
  display : block;
  text-align : right;
  margin : 0;
  padding : 25px 0 15px 0;
  font-size : 0.7em;
  letter-spacing : .0001em;
  color : #777;
}

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 : #9e9e55;
}

#gb_form_div ul {
  margin : 10px 10px 20px 10px;
}

#gb_form_div ul li {
  list-style-type : none;
  margin : 0 10px 0 20px;
}



/* End MARBLES CSS */