@charset "GB18030";
/* CSS Document */

#form-div {
	font-family : Arial, Helvetica, sans-serif;
	width : 220%;
	margin : 0 0 0 0;
}

#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 : #90F;
}
  
#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 : #90C;
	border : 1px solid #CCC;
	background-color : #CDADD9;
	height: auto;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	line-height: 13px;
	font-style: bold;
	}

#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 : #000;
}

#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 {
	border : 1px solid #CCC;
	padding : 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}


/* === textural form elements ====================================== */

#form-div legend { 
  font-weight : bold;
}
#results {
	height: auto;
	width: 130px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}

#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.req-label, label.opt-label {
	color : #000;
}

label.opt-label.check {
  float : right;
  padding : 0;
  margin : 1px 4px;
  cursor : pointer;
}

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;
}

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;
}

input.text-short, 
input.text-med, 
input.text-long,
select.select,
textarea.textarea {
	border : 1px solid #C7ABC3;
	background-color : #fffffe;
	cursor : text;
	padding : 1px 2px;
	font-family: Arial, Helvetica, sans-serif;
height: 15px;
}

select.select {
  padding : 1px 0;
}

input.text-short {
	width : 125px;
	height: 18px;
}

input.text-med, select.select {
	width : 125px;
	height: 18px;
}
input {
	height: 11px;
}

input.text-long {
	width : 125px;
	height: 18px;
}

textarea.textarea {
	width : 125px;
	height : 150px;
}

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;
	width: 125px;
}

input.button {
	font : 1.1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
	font-weight : normal;
	margin-top : 8px;
	padding : 1px 10px;
	float : left;
	clear : both;
	font-size: 11px;
	width: 80px;
	height: 32px;
	margin-left: 5px;
}

/* 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 =========== */
/* CSS Document */

textarea  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	width: 125px;
	height: 200px;
	color: #333;
}
#formwrap #gbcf-form .main-set .req-set .req-legend span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#formwrap {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 130px;
}
#formwrap #gbcf-form .main-set .opt-set #option-menu {
	float: left;
	width: 90px;
	font-size: 12px;
	margin-bottom: 7px;
}
#formwrap #gbcf-form .main-set .req-set #subject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 18px;
	width: 111px;
}
#formwrap #gbcf-form .main-set .opt-label.main-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #775580;
	margin-left: 15px;
}
#formwrap #gbcf-form .main-set .main-legend span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #7D3A93;
	margin-left: 15px;
	margin-top: 0px;
	padding-top: 10px;
}#formwrap #gbcf-form .main-set .req-set .req-legend span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.name_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#formwrap #gbcf-form .main-set .opt-set #option-menu {
	margin-bottom: 20px;
}
#formwrap p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
#formwrap #gbcf-form .main-set .opt-set .opt-legend span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #666;
}
#formwrap #gbcf-form .main-set .req-set #name-error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
#gbcf-form .main-set .req-set #subject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	float: left;
	width: 90px;
}
#formwrap #gbcf-form .main-set .req-set #name {
	height: 15px;
}
fieldset {
	width: 130px;
}
#formwrap #gbcf-form .main-set .req-set #message-error {
	margin-top: 20px;
}
#formwrap #gbcf-form .main-set .req-set #email {
	height: 15px;
}
#formwrap #gbcf-form .main-set .opt-set #phone {
	height: 15px;
}
#formwrap #gbcf-form .main-set #message .req-set #message {
	height: auto;
	width: 130px;
}

