/* @override http://secretent.com/wordpress/wp-content/plugins/wp-gbcf/wp-gbcf_themes/default.css */

/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
     DEFAULT.CSS made by Mike Cherim - http://green-beast.com 
    Designed and built to work with the Default WordPress theme
================================================================== */

#gb_form_div {
	text-align: left;
	width: 560px;
	margin: 0 0 2em 0;
}

#gb_form {
	text-align: left;

}

#gb_form_div a {
	
}

#gb_form_div #formwrap{
	text-align: left;
	width: 560px;
	margin: 0 0 6em 0;
}

#gb_form {
	text-align: left;
	font-size: 0.9em;
}

#gb_form_div a {
	
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
	color: #CEF09D;
	text-decoration: underline;
}

#gb_form legend, #gb_form dt {
	color: #cdcb00;
}
#gb_form fieldset {
	display: block;
	width: 260px;
	float: left;
}
#gb_form legend {
	padding: 1em 0;
	color: #cdcb00;
}

#gb_form legend#mainlegend {
	font: 1.4em 'Georgia', Times New Roman, serif;
	color: #838aae;
	margin-left: 0;
}

#gb_form legend#mainlegend small {
	font-size: .7em;
	line-height: 1.5;
	text-transform: uppercase;
}

#gb_form_div .main_formhead {
	font-size: 1.4em;
}

#gb_form fieldset label {
	color: #838aae;
	display: block;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.6;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox {
	font: 1em 'lucida grande', verdana, arial, sans-serif;
	color: #FFFBC5;
	margin: 6px 0;
	background: none;
	border: 1px solid #cdcb00;
	background-color: #384600;
	line-height: 1.5em;
	width: 220px;
}

#gb_form input.short {
	display: inline;
	margin: 0 12px;
	width: 45px;
}

#gb_form textarea.textbox {
	width: 220px;
	height: 160px;
}

#gb_form select.med {
	width: 230px;
}

#gb_form input.checkbox {
	padding: 0;
}

#gb_form fieldset label input#gbcc.checkbox {
	margin: 0;
	padding: 0;
	width: 25px;
}

* html input.button {
	color: #838aae;
	padding: 4px;
	border: 1px solid #545000;
	background-color: transparent;
}

/* NOTE: .hover and .focus classes IE JS */

#gb_form input.short:hover, #gb_form input.short:hover, 
#gb_form input.med:hover, #gb_form input.med:focus, 
#gb_form select.med:hover, #gb_form select.med:focus, 
#gb_form textarea.textbox:hover, #gb_form textarea.textbox:focus, 
#gb_form input.short.hover, #gb_form input.short.focus,
#gb_form input.med.hover, #gb_form input.med.focus,  
#gb_form select.med.hover, #gb_form select.med.focus, 
#gb_form textarea.textbox.hover, #gb_form textarea.textbox.focus {
	color: #000;
	background: #b7dd1e;
	border: 1px solid #838aae;
	margin: 6px 0;
	display: block;
}

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



#gb_form_div dt small, span.success, dl#result_dl_blockq dt {
	color: #cdcb00;
}

/* whyis link */
small.whythis { 
	display: block;
	font-size: 1em;
	margin: 0.6em 0 0 0;
}

/* the answer */
#gb_form small.whythis a span { 
	display: block;
	visibility: hidden;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
	font-size: 0.8em;	
	line-height: 3em;
	height: 3em;
}

/* whyis on hover/focus */
#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active { 

	color: #cdcb00;
	text-decoration: none;

}

/* the answer on hover/focus */
#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
	display: block;
	visibility: visible;
	font-weight: normal;
	color: #838aae;
	text-decoration: none;
	height: 3em;
}

p.creditline small {
	display: block;
	text-align: left;
	margin: 5px 0;
	font-size: .8em;
	letter-spacing: .0001em;
	color: #868801;
}

#gb_form p.creditline small a {
	color: #868801;
}

/* NOTE: .abbr class is for IE */

.abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
}

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: #14568a;
}

/* End DEFAULT CSS */

#gb_form_div p {
	font-size: 0.9em;
	line-height: 1.6em;
	display: block;
	margin: 2em 0;
	max-width: 500px;
}

#gb_form_div dl dd {
	margin: .6em 0;
}
/* results blackquote */
h2#results span.error{
	display: block;
	color: #f90;
	margin: 1em 0;
}

dl#result_dl_blockq blockquote { }

/* results blackquote p */
dl#result_dl_blockq blockquote p { }

/* results blackquote p cite */
dl#result_dl_blockq blockquote p cite { }

/* results ul li spans (name, email, etc) */
#gb_form_div span.items { }

/* error message links */
#gb_form_div p a { }

/* error message link states */
#gb_form_div p a:hover, #gb_form_div p a:focus, #gb_form_div p a:active { }

/* redefine for short input only, if wanted */
#gb_form input {
	background: none;
	border: none;
	border-bottom: 1px solid #b5ea00;
	width: 222px;
	padding: 3px;
	margin: 2em 0;
	color: #b5ea00;
	font-size: 1.03em;
}
