/*
   ----------------------------------------------------------------
   GBCF-V3 GRAY 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 : Verdana, Geneva, sans-serif;
	color : #666666;
	line-height : 1.7em;
	text-align: left;
	width: 618px;
	border: thin solid #CCCCCC;
	font-weight: normal;
}

#form-div p.form-footer {
	margin-top: -35px;
	margin-bottom: 20px;
	font-size: 10px;
	color: #CCCCCC;
 }

#form-div p.form-footer a {
	color : #666666;
}

#form-div p.form-footer a:hover, #form-div p.form-footer a:focus, #form-div p.form-footer a:active {
	color : #CC0000;
	text-decoration : none;
}

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


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

#form-div a {
	color : #666666;
}
  
#form-div a:hover, #form-div a:focus, #form-div a:active {
	color : #666666;
	text-decoration : none;
}

#form-div a:focus, #form-div a:active {
	background-color : #FFFFFF;
}


/* === success and error message/results box ======================= */

#form-div p.success, #form-div p.error, #form-div p.center {
	color : #CC0000;
	background-color : #FFFFFF;
	text-align : left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	padding-left: 10px;
}

#form-div p.error {
	background-color : #FFFFFF;  /* background-color : #edbaba; (lite colors option - uncomment to use) */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
}

#form-div p.error a, #form-div p.success a {
	color : #CC0000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#form-div p.center {
	text-align : left;
	background-color : #FFFFFF;
	color : #FFFFFF;
	margin-top : -3px;
	padding : 0px 0px;
}

#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 : #666666;
	background-color : #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
	background-color : #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
}


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

form#gbcf-form { }

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set {
	border : 1px solid #eee;
	padding : 0px;
}


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

#form-div legend {
}

#form-div legend span { }

legend.main-legend {
	color : #CC0000;
}

legend.req-legend,
legend.opt-legend {
	color : #CC0000;
}

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 {
	color : #666666;
	font-weight: lighter;
}

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

label.opt-label.main-label {
	margin-top: 0;
	margin-bottom: 0;
}

label.opt-label.main-label span {
  font-weight : normal;
  color : #666;
}

label.opt-label.main-label span.req, label span.req  {
	color : #CC0000;
}

label.req-label.explain {
	color : #666;
}

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

/* === 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 #CC0000;
}

input.text-short, 
input.text-med, 
input.text-long,
select.select,
textarea.textarea {
  font : Verdana, Geneva, sans-serif;
  border : 1px solid #999;
  background-color : #ffffff;
  cursor : text;
  padding : 1px 2px;
}

select.select {
  padding : 1px 0;
}

input.text-short {
	width : 100px;
	text-align: left;
}

input.text-med, select.select {
  width : 250px;
}

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

textarea.textarea {
	width : 600px;
	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 {
	font-weight : normal;
	cursor : pointer;
	float : right;
	clear : none;
	color : #CC0000;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	right: 600px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-right: 10px;
}

input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
	color : #CC0000;
}

/* 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 =========== */
