div#results {
	height: 45px;
	padding: 0px;
	margin: 0px;
	top: 0px;
	right: 0px;
	position: fixed;
}
div#results p.error {
	height: 30px;
	padding-top: 0px;
	             
	padding-right: 15px;
	             
	padding-left: 30px;
	             
	padding-bottom: 15px;
	             
	font-size: 12px;
	line-height: 30px;
	background-image: url(../../../img/error.png); background-position: left bottom; background-repeat: no-repeat; height: 30px;
	color: black; white-space: nowrap;
}
div#results p.error a {
	color: white;
}
div#results p.success {
	height: 30px;
	padding-right: 15px;
	             
	padding-left: 30px;
	             
	padding-bottom: 15px;
	             
	padding-top: 0px;
	             
	font-size: 12px;
	line-height: 30px;
	background-image: url(../../../img/success.png); background-position: left bottom; background-repeat: no-repeat; height: 30px;
	color: black; white-space: nowrap;
}
div#results p.success a {
	color: white;
}





/*
   ----------------------------------------------------------------
   GBCF-V3 ORANGE 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: Georgia, Times, serif;
  width: 70%;
  margin: auto;
  color: #555;
  line-height: 1.7em;
}
#form-div p.form-footer {
  margin: -35px 2px 20px 13px;
}
#form-div p.form-footer a { 
  color: #cc6600; 
}
#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: #cc6600; 
}
#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: #fff;
  /* color: #000; (lite colors option - uncomment to use) */
  padding: 1px 4px; 
  border: 1px solid #000; 
  background-color: #cc6600;
  /* background-color: #a3dac2; (lite colors option - uncomment to use) */
  margin: 10px 3px;
}
#form-div p.error { 
  background-color: #f20000; 
  /* 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 {
  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: #cc6600; 
}

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

form#gbcf-form { margin-left: 0px; margin-bottom: 0px; margin-right: 15px; margin-top: 30px; color: #020f10; line-height: 1.4em; font-size: 12px; font-family: Georgia, Times, serif; clear: right; float: right; padding: 15px; width: 240px; }

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set { 
  margin: 0px; 
  border-width: 0px; 
  border-style: none; 
  width: 240px;
  padding:  0px;
}

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

#form-div legend { 
  font-weight: bold;
}
#form-div legend span {
}
legend.main-legend { 
  color: #777;
  font-size: 110%;
}
legend.req-legend,
legend.opt-legend { 
  color: #777;
}
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 { width: 60px; line-height: 30px; padding: 0px; display: block; font-size: 11px; margin-bottom: 15px; height: 30px; float: left; text-align: left;}
label.req-label, label.opt-label {
	display: block;
}
label.opt-label.check {
  display: none;
  float: right;
  padding: 0;
  margin: 0px;
  cursor: pointer;
}
label.opt-label.main-label {
  display: none;
  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: #f20000;
}
label.req-label.explain {
	display: none;
  color: #666;
  font-size: .8em;
}
label.req-label.explain:hover {
  color: #000;
}
label#antispam-error {
	clear: right;
	float: left;
	height: 30px;
	width: 135px;
	display: block;
	white-space: nowrap;
}

label#message-error {}



/* === 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-width: 1px;
  border-style: solid;
  border-color: #FFFFFF;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
input.checkbox:hover, input.checkbox.hover,
input.checkbox:focus, input.checkbox.focus {
  border: 1px solid #FFFFFF;
}
input.text-short, 
input.text-med, 
input.text-long,
/* select.select, */
textarea.textarea {
  clear: right;
  float: right;
  line-height: 30px;
  margin: 0px;
  height: 30px;
  padding: 0px;
  font: 12px Georgia, Times, serif;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  cursor: text;
}

input.text-short {
  margin-bottom: 15px;
  width: 90px;
}

input.text-med {
  height: 12px;
  padding-bottom: 10px;
  padding-top: 8px;
  margin-bottom: 15px;
  clear: right;
  float: right;
  width: 178px;
  font-family: Georgia, Times, serif;
  font-size: 12px;
  line-height: 30px;
}
select.select {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-bottom: 3px;
  padding-right: 0px;
  padding-top: 5px;
  line-height: 30px;
  height: 12px;
  margin-bottom: 15px;
  clear: right;
  float: right;
  width: 178px;
  font-family: Georgia, Times, serif;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  font-size: 12px;
}
select.select, select.select option {
  font-size: 12px;
  width: 180px;
  height: 30px;
  cursor: pointer;
}

input#honeypot {display: none;}

input.text-long {
  width: 300px;
}
textarea.textarea {
  clear: right;
  line-height: 30px;
  float: right;
  margin-left: 0px;
  margin-bottom: 15px;
  margin-right: 0px;
  margin-top: 0px;
  padding: 0px;
  border-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  background-color: #FFFFFF;
  width: 178px;
  height: 90px;
}
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 #FF9962;
  background-color: #FFFFFF;
}
input.button { 
  background-color: #e66634; 
  line-height: 30px; 
  border-width: 0px; 
  border-style: none; 
  height: 30px; 
  width: 180px; 
  margin: 0px; 
  background-image: url(../../../img/button.png); 
  font: 1.1em Georgia, Times, serif;
  font-weight: bold;
  padding: 0px;
  cursor: pointer;
  float: right;
  clear: both;
  color: #FFFFFF;
}
input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
  color: #FFFFFF;
}

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


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