/*
   ----------------------------------------------------------------
   GBCF-V3 DEFAULT STYLE SHEET - MIKE CHERIM HTTP://GREEN-BEAST.COM
   ----------------------------------------------------------------
   edited by A Scott http://www.stooryduster.co.uk
*/

/* === form div and elements ======================================= */
#gbcf-form  { color: white; font-family: Verdana, Arial, Helvetica, sans-serif }
#form-div      { font-family: Verdana, helvetica, "palatino sans", tahoma, arial, sans-serif; line-height: 1.7em; background-color: #666; margin: auto; padding-top: 0.5em; padding-bottom: 1em; max-width: 470px }
#form-div p.form-footer   { margin: -55px 2px 20px 13px; width: 450px }

#form-div p.form-footer a  { }

#form-div p.form-footer a:hover, #form-div p.form-footer a:focus, #form-div p.form-footer a:active  { color: #369; text-decoration: none }

#form-div p.form-footer a:focus, #form-div p.form-footer a:active  { background-color: #9ff }


/* === form div link styles ======================================== */

#form-div a  { color: #6cf }
  
#form-div a:hover, #form-div a:focus, #form-div a:active  { color: white; 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: #fff; background-color: #669900; text-align: center; margin: 10px 3px; padding: 1px 4px; border: solid 1px #000 }

#form-div p.error { 
  background-color : #bb0000; 
  /* background-color : #edbaba; (lite colors option - uncomment to use) */
}

#form-div p.error a, #form-div p.success a {
  color : #ffff7f;
}

#form-div p.center {
  text-align : center;
  background-color : #edbaba;
  color : #000;
  margin-top : -3px;
  padding : 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 : #eee;
  background-color : #bb0000; 
}

#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  background-color : #669900; 
}
#name-error #email-error      { text-align: right; display: block; margin: 0; padding: 0; width: 100px; float: left; clear: left }
/* === structural form elements ==================================== */

form#gbcf-form { }

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set    { margin-bottom: 10px; padding: 5px; border: solid 1px white }


/* === textural form elements ====================================== */

#form-div legend   { font-weight: bold; margin-left: 0.5em; padding-right: 1em; padding-left: 0.5em; border: solid 1px white }

#form-div legend span  { }

legend.main-legend   { font-size: 110% }

legend.req-legend,
legend.opt-legend  { }

legend.main-legend span { }
legend.main-legend { }

legend.req-legend span { }
legend.req-legend {
  margin-left : -2px;
}

legend.opt-legend span { }
legend.opt-legend  { margin-left: -2px }

label.req-label, label.opt-label      { }

label.opt-label.check {
  float : right;
  padding : 0;
  margin : 1px 4px;
  cursor : pointer;
}

label.opt-label.main-label {
  margin : 0 2px;
  font-weight : bold;
}

label.opt-label.main-label span   { font-weight: normal }

label.opt-label.main-label span.req, label span.req   { color: #c70000; font-weight: bold; background-color: #ccc }

label.req-label.explain {
  color : #666;
  font-size : .8em;
}

label.req-label.explain:hover  { color: yellow }

/* === 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 #999;
  width : .9em;
  height : .9em;
  padding : 0;
  margin : 0;
  cursor : pointer;
}

input.checkbox:hover, input.checkbox.hover,
input.checkbox:focus, input.checkbox.focus {
  border : 1px solid #666;
}

input.text-short, 
input.text-med, 
input.text-long,
select.select,
textarea.textarea {
  font : 1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  border : 1px solid #999;
  background-color : #fffffe;
  cursor : text;
  padding : 1px 2px;
}

select.select {
  padding : 1px 0;
}

input.text-short {
  width : 100px;
}

input.text-med, select.select  { text-indent: 0; margin: 0 0 1em 6px; padding-top: 0; padding-right: 0; padding-left: 0; width: 250px }

input.text-long {
  width : 300px;
}

textarea.textarea {
  width : 440px;
  height : 200px;
}

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 #666;
  background-color : #ffe;
}

input.button  { color: #369; font: bold 1.1em Verdana, helvetica, "palatino sans", tahoma, arial, sans-serif; cursor: pointer; margin-top: 8px; padding: 1px 10px; float: right; clear: both }
input.button:hover, input.button.hover,
input.button:focus, input.button.focus   { color: white; background-color: #39f }

/* because IE6 sucks - if you have a conditionally served IE6 style sheet add this to it */
* html input.button {
  border : 1px solid #666;
}
/* comment out the opt-set style to activate the optional section of the form */
/*.opt-set { visibility: hidden; display: none } */
#message  { width: 430px }

/* EOF - Created by Mike Cherim @ http://green-beast.com =========== */