/*
   ----------------------------------------------------------------
   GBCF-V3 DEFAULT STYLE SHEET - MIKE CHERIM HTTP://GREEN-BEAST.COM
   ----------------------------------------------------------------
*/

/* === form div and elements ======================================= */
fieldset {border-right:none; border-left:none; border-bottom:none;}

#form-div { 
  font-family : helvetica, palatino sans, tahoma, arial, sans-serif;
  width : 100%;
  margin :0;
  color : #555;
  line-height : 1.7em;
}



#form-div p.form-footer {
  margin : -35px 2px 20px 13px;
 }

#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 : #000;
  padding : 1px 4px; 
  background-color : #d6e3ba;
  margin : 10px 3px;
  text-align : center;
}

#form-div p.error { 
  background-color : #edbaba;
}

#form-div p.error a, #form-div p.success a {
  color : #14212b;
}

#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 : #fff;
  background-color : #f19f9f; 
}

#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  background-color : #abd781; 
}


/* === structural form elements ==================================== */

form#gbcf-form { }

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set { 
  border-top : 1px solid #ccc;
  /*border-bottom : 1px solid #ccc;*/
  padding : 15px 0 15px 5px;
}


#optional-set { float:right;}
#required-sets { 
float:left;
width:200px;}

/* === textural form elements ====================================== */

#form-div legend { 
  font-weight : normal;
}

#form-div legend span {font-size:12px; }

legend.main-legend { 
  color: #1D629F; font-weight:bold;
  font-size : 120%;
}

legend.req-legend span {color:#db0404;}
legend.opt-legend span { color: #1D629F; } 


legend.main-legend span { }
legend.main-legend { }

legend.req-legend span { color:#db0404;}
legend.req-legend {
  margin-left : -2px;
}

div.optional-set legend span { color: #1D629F; }

legend.opt-legend span { }
legend.opt-legend { 
  margin-left : 0;
}

label.req-label, label.opt-label {
  color : #4c4c4c;
  font-size:12px;
}

label.opt-label.check {
  float : left;
  padding : 0;
  margin : 1px 0 1px 4px;
  cursor : pointer;
  width:200px;
}

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 : #666;
  font-size : .8em;
}

label.req-label.explain:hover {
  color : #000;
}

/* === 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-size:11px;
  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 {
  width : 250px;
}

input.text-long {
  width : 300px;
}

textarea.textarea {
height:125px;
width:395px;
}

select.select, select.select option {
  cursor : pointer;
}

select#subject {width:400px;}

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 { 
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color:#1D629F;
border:1px solid #CCCCCC;
clear:both;
color:#FFFFFF;
cursor:pointer;
display:block;
font-size:18px;
font-weight:bold;
margin:8px auto 20px;
padding:10px 60px;
text-align:center;
text-transform:uppercase;
width:200px;
}

input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
  background-color: #333;
}

/* because IE6 sucks - if you have a conditionally served IE6 style sheet add this to it */
* html input.button {
  border: 1px solid #666;
  background: #1D629F;
  color: white !important;
  
}

input { color: #77d7d; font-size:11px;}

.formcopyright { display: none;}


/* EOF - Created by Mike Cherim @ http://green-beast.com =========== */
