

/* === form div and elements ======================================= */

#form-div { 
  font: 1em verdana, helvetica, "palatino sans", tahoma, arial, sans-serif;
  margin : 0;
  padding: 0;
  line-height : 1.9em;
}

#form-div p.form-footer { margin : 0;}

#form-div p.form-footer a {  color : #669900; }

#form-div p.form-footer a:hover, #form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  color : #000; text-decoration : none; }

#form-div p.form-footer a:focus, #form-div p.form-footer a:active { background-color : #eee; }


/* === form div link styles ======================================== */

#form-div a { color : #669900; }
  
#form-div a:hover, #form-div a:focus, #form-div a:active {  color : #000;  text-decoration : none; }

#form-div a:focus, #form-div a:active {  background-color : #eee; }


/* === success and error message/results box ======================= */

#form-div p.success, #form-div p.error, #form-div p.center { 
  color : #8b7c4d;
  /* color : #000; (lite colors option - uncomment to use) */
  border : 1px solid #8b7c4d; 
  background-color : #2f2c22;
  /* background-color : #d6e3ba; (lite colors option - uncomment to use) */

}

#results { width: 224px;}

#form-div #results p.error, #form-div #results p.success, #form-div #results p.center { padding: 6px} 

#form-div p.error {  background-color : #fff;  
  /* background-color : #edbaba; (lite colors option - uncomment to use) */
}

#form-div p.error a, #form-div p.success a {color : #d98d33;}

#form-div p.center {
  text-align : center;
  background-color : #edbaba;
  color : #000;
  padding : 0px 4px 0px 4px; 
}

#form-div p.error a:hover, #form-div p.error a:focus, #form-div p.error a:active, 
#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {color : #333;}


/* === structural form elements ==================================== */

form#gbcf-form { margin-top: -15px;}

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set { 
  border : 1px solid #eee;
  padding : 0;
  margin: 0; 
}

fieldset.opt-set {margin: 10px 0; }

/* === textural form elements ====================================== */

#form-div legend { font-weight : bold;}

#form-div legend span { }

legend.main-legend { color : #ccc; font-size : 110%;}

legend.req-legend,
legend.opt-legend { color : #ccc; margin: 0 0 10px 0}

legend.main-legend span { }
legend.main-legend { }

legend.req-legend span {color: #916c40; font-size : 1.2em;}
legend.req-legend {
  margin-left : -2px;
}

legend.opt-legend span {    font-size : 1.2em;}
legend.opt-legend { 
  margin-left : -2px;
}

label.req-label, label.opt-label {color: #916c40; font-size : 1em; text-transform: uppercase; line-height: 2.5; padding: 0 0 15px 0}

label.opt-label.check {
  float : left;
  padding : 0;
  margin :  0;
  cursor : pointer;
   text-transform: lowercase;
 color : #3d3b2c;
  font-size : .8em;
  width: 450px;
}



label.opt-label.main-label {
  margin : 0 2px;
  font-weight : bold;

}

label.opt-label.main-label span {
  font-weight : normal;
  color : #666;
}

label.opt-label.main-label span.req, label span.req  {
  font-weight : bold;
  color : #c70000;
}

label.req-label.explain {
  color : #3d3b2c;
  font-size : .8em;
  text-transform: lowercase;
 
}



/* === control and interface form elements ========================= */
/*
  note: In this section you will see the hover/focus styles for the 
  inputs. For example: input:hover, input:focus. You will also see 
  these names applied as classes: input.hover, input,focus, for 
  example. This is not done by mistake. Those classes are needed for 
  the JavaScript focus script (files/focus.js) for IE 7 and older.
*/

input.text-long.address, input.text-long.address:hover, input.text-long.address:focus,
input.text-long.address.hover, input.text-long.address.focus {
  border-bottom : 0;
  margin-bottom : 0;
  padding-bottom : 2px;
  border-bottom : 1px dotted #bbb;
}

input.text-long.address2, input.text-long.address2:hover, input.text-long.address2:focus,
input.text-long.address2.hover, input.text-long.address2.focus {
  border-top : 0;
  margin-top : 0;
  padding-top : 2px;
  border-top : 1px dotted #bbb;
}

input.checkbox {

  border : 1px solid #7c7155;
  width : .9em;
  height : .9em;
  padding : 8px 0;
  margin : 0;
  cursor : pointer;
 background-image: url("images/formbg.jpg") no-repeat;

  
}



input.checkbox:hover, input.checkbox.hover,
input.checkbox:focus, input.checkbox.focus {
  border : 1px solid #fff;
}

input.text-short, 
input.text-med, 
input.text-long,
select.select,
textarea.textarea {
  font : 1.2em verdana, helvetica, "palatino sans", tahoma, arial, sans-serif;
  border : 1px solid #803a13;
  background: none;
  cursor : text;
  padding : 2px;
  width: 240px;
  color: #c9b883;

}

input.text-short {
	width: 100px
}


textarea.textarea { height : 150px; width: 300px; padding: 10px}

select.select, select.select option {
  cursor : pointer;


}

input.text-short:focus, input.text-short.focus, 
input.text-med:focus, input.text-med.focus,
input.text-long:focus, input.text-long.focus,
select.select:focus, input.select.focus,
textarea.textarea:focus, textarea.textarea.focus {
  border : 1px solid #cc471a;
  background: none;
}

input.button { 
  font : 1.2em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  font-weight : bold;
  margin-top : 8px;
  padding : 1px 10px;
  cursor : pointer;
  float : left;
  clear : both;
  color : #916c40;
  background: none;
  border : 1px solid #803a13;
}

input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
  color : #9d471c;
  background: #000;
}



/* EOF - Created by Mike Cherim @ http://green-beast.com =========== */
