/* @override http://localhost:8888/contact/files/themes/default.css */

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

/* === form div and elements ======================================= */

#form-div { font-family:'Lucida Grande', Arial, sans-serif;}

#form-div p.form-footer { margin : -15px 2px 0px 0px; font-size: 9px;}
#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 { }

#form-div p.form-footer a:focus, #form-div p.form-footer a:active { background-color : #eee; }


/* === form div link styles ======================================== */

#form-div a { } 
#form-div a:hover, #form-div a:focus, #form-div a:active { }
#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;
  /* color : #000; (lite colors option - uncomment to use) */
  padding : 1px 4px; 
  border : 1px solid #000; 
  background-color : #669900;
  /* background-color : #d6e3ba; (lite colors option - uncomment to use) */
  margin : 10px 3px;
  text-align : center;
}

#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; 
}


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

form#gbcf-form { }

fieldset.main-set { }
fieldset.req-set,
fieldset.opt-set { }


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

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

#form-div legend span { }

legend.main-legend { position:absolute; text-indent: -9999px;}

legend.req-legend {color: #FF0000;}
legend.opt-legend {}

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

legend.req-legend span { }
legend.req-legend { }

legend.opt-legend span { }
legend.opt-legend { }

label.req-label, label.opt-label { display:block; padding: 10px 0 3px; font-size: 12px;}

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

label.opt-label.main-label { padding: 0 0 15px;font-family: Georgia, 'Times New Roman', Times, serif; font-size: 16px; text-align: center;}

label.opt-label.main-label span {display: block; margin-top:6px;color:#c70000; font-family:'Lucida Grande', Arial, sans-serif; font-size: 10px;font-weight:normal;}

label.opt-label.main-label span.req, label span.req  {display: inline;

  font-weight : bold;
  color : #c70000;
}

label.req-label.explain { display: inline; color:#666; font-size: 9px;
}

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#name {background: #f2f2f2 url(images/FormName.png) no-repeat left top;}
input#email {background: #f2f2f2 url(images/FormEmail.png) no-repeat left top;}
textarea#message,
input#antispam {background: #f2f2f2; padding: 6px;}

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 { padding:6px 6px 6px 30px; cursor:text; font-size: 12px;border:1px solid #cccccc;}
select.select { width: 200px;padding:1px 0; }
input.text-short {width:100px;}
input.text-med {width:420px;}
input.text-long {width:300px;}
textarea.textarea {width:444px;height:200px; padding: 6px;}
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,
input#name:focus, input#name.focus, 
input#email:focus, input#email.focus, 
textarea#message:focus, textarea#message.focus,
input#antispam:focus, input#antispam.focus {
  border : 1px solid #BE311A;
  background-color : #FFFFFF;
}

input.button { float: right;
background:url(images/SubmitMail.png) no-repeat left top; width:76px; height:29px; margin-top:10px; text-indent:-9999px; border:none;
}

input.button:hover, input.button.hover,
input.button:focus, input.button.focus {background-position: left -29px;}

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


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