/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
              by Mike Cherim - http://green-beast.com
================================================================== */

#gb_form_div {
	width: 103%;
	text-align: left;
}

#gb_form_div p {
	margin-left: 12px;
}

#gb_form {
	background: transparent;
	text-align: left;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
	background: #fefee6;
	text-decoration: none;
}

#gb_form legend, legend, #gb_form dt {
	color: #2828aa;
	font-weight: bold;
}

#gb_form legend {
	margin-left: -10px;
	padding-top: 5px;
}

* html #gb_form legend {
	margin-left: -5px;
}

#gb_form legend#mainlegend {
	color: #2828aa;
	font-size: 1.5em;
	margin-left: -10px;
	padding-bottom: 10px;
}

* html #gb_form legend#mainlegend {
	margin-left: -5px;
}

#gb_form_div .main_formhead, #gb_form_div .formhead {
	width: 97%;
	color: #2828aa;
	font-size: 1.2em;
}

#gb_form_div .main_formhead {
	margin-left: -35px;
}

label {
	display: block;
	margin: 12px 0 0;
	padding: 0;
}

label span {
	color: #a00000;
}

input.short, input.med, select.med, textarea.textbox, textarea {
	width: 70%;
	height: auto;
	background: #fefee6;
	font-size: 0.9em;
	border: 1px solid #fff2af;
	padding: 1px;
}

input.short {
	width: 20%;
}

textarea.textbox, textarea {
	width: 98%;
	height: 180px;
	line-height: 1.3em;
}

select.med {
	width: 60%;
}

input.checkbox {
	width: 14px;
	height: 14px;
	color: #2828aa;
	background: transparent;
	vertical-align: baseline;
	border: 0;
	margin: 12px 0 0;
	padding: 0;
	cursor: default;
}

label.checkbox { display: inline; }

input.button:hover, input.button:focus,
input.button.hover, input.button.focus {
	color: #fff;
	background: #a00000;
	border: 0;
	cursor: pointer;
}

/* NOTE: .hover and .focus classes IE JS */
input.short:hover, input.short:hover,
input.short:focus, input.short.focus,
input.med:hover, input.med.hover,
input.med:focus, input.med.focus,
select.med:hover, select.med.hover,
select.med:focus, select.med.focus,
textarea.textbox:hover, textarea.textbox.hover,
textarea.textbox:focus, textarea.textbox.focus {
	color: #000;
	background: #fefee6;
	border: 1px solid #2828aa;
	padding: 1px;
	cursor: text;
}

input.button {
	color: #fff;
	background: #2828aa;
	border: 0;
	padding: 1px;
	cursor: pointer;
}

#content #gb_form input.button {
	margin: 15px 5px 25px;
	padding: 2px 15px;
}

* html #content #gb_form input.button {
	margin-left: -5px;
}

span.error, span.success, #gb_form_div dt {
	color: #a00000;
	font-weight: bold;
}

#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
	color: #2828aa;
}

dl#result_dl_blockq blockquote {
	margin-left: 0;
}

dl#result_dl_blockq blockquote p cite {
	display: block;
	text-align: right;
}

#gb_form_div span.items {
	font-weight: bold;
	color: #2828aa;
}

#gb_form_div ul {
	margin: 10px 10px 20px;
}

#gb_form_div ul li {
	list-style-type: none;
	margin: 0 10px 0 20px;
}
