/*
   ----------------------------------------------------------------
   GBCF-V3 BLUE STYLE SHEET - MIKE CHERIM HTTP://GREEN-BEAST.COM
   ----------------------------------------------------------------
   To use for testing, this stylesheet must be named default.css
*/

/* === form div and elements ======================================= */

#form-div { 
  font-family : helvetica, palatino sans, tahoma, arial, sans-serif;
  width : 99%;
  font-size:12px;
  margin :0 auto;
  color : #555;
  float:left;
  line-height : 1.7em;
}

/* === success and error message/results box ======================= */

#form-div p.success, #form-div p.error, #form-div p.center { 
  color : #666;
  padding : 4px; 
  border : 1px solid #C3DF53; 
  background-color : #ECFF9F;
  margin : 10px 3px;
  font-size:16px;
  font-weight:bold;
  text-align : center;
}

#form-div p.error { 
  background-color : #FFDFE0;
  color:#666666;
}

#form-div p.error a, #form-div p.success a {
  background: #fff;
  padding:2px;
  font-size:12px;
}

#form-div p.center {
  text-align : center;
  background-color : #edbaba;
  color : #000;
  margin-top : -3px;
  padding : 0px 4px; 
}

/* === control and interface form elements ========================= */

input, select, textarea{
  background: #fff; 
  border: 1px solid #c3c3c3; 
  cursor : text;
  padding : 5px;
  margin-bottom:5px;
}

select{
width : 262px;
}

input.text-short {
  width : 100px;
}

input.text-med {
  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 #8cd1f5;
	background:#FFFFFF;
}

input.button { 
  padding : 5px 20px;
  cursor : pointer;
  float : left;
  margin-top:5px;
  color : #003366;
}

input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
  background: #d6543b;
  color:#FFFFFF;
}

/* 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 =========== */
