/* @override 
	http://www.soulfunksecret.com/wordpress/wp-content/plugins/wp-gbcf/wp-gbcf_themes/default.css
	http://www.soulfunksecret.com/wordpress/wp-content/themes/soulfunk_v1/style.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;
}

#gb_form {
	text-align: left;
}

#gb_form_div a {
	color: blue;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
	color: #FF8B00;
	text-decoration: underline;
}

#gb_form fieldset#formwrap {
	width: 100%;
}
#gb_form fieldset {
	width: 40%;
	float: left;
	border: 0;
	margin: 0 2em 1em 0
}

#gb_form legend, #gb_form dt {
	font-weight: bold;
	color: #666;
}

#gb_form legend {
	padding: 1em 0;
	color: #9F2214;

}

#gb_form legend#mainlegend {
	font-size: 1.2em;
	color: #5B3B00;
	margin-left: 0;
}

#gb_form legend#mainlegend small {
	font-size: .7em;
	text-transform: uppercase;
}

#gb_form_div .main_formhead {
	font-size: 1.4em;
}

#gb_form label {
	color: #5B3B00;
	margin-top: 5px;
}

#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: #000;
	padding: 4px;
	border: 1px solid #5B3B00;
	background-color: transparent;
	line-height: 1.5em;
	width: 250px;
}

#gb_form input.short {
	width: 45px;
}

#gb_form textarea.textbox {
	width: 250px;
}
#gb_form label small {
	font-size: 0.8em;
}
#gb_form select.med {
	width: 260px;
	padding: 4px;
	border: 1px solid #5B3B00;
	background-color: transparent;
}

#gb_form input.checkbox {
	padding: 0;
}

#gb_form fieldset label input#gbcc.checkbox {
	margin: 0;
	padding: 0;
	width: 20px;
}

* html input.button {
	color: #000;
	padding: 4px;
	border: 1px solid #5B3B00;
	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;
	padding: 4px;
	border: 1px solid #000;
	background-color: #FEC77C;
}

input.button {
	width: 260px;
	margin: 2em 0 0 0;
	padding: 4px;
	border: 1px solid #000;
	background: transparent;
}
input.button:hover, input.button:focus {
	background: #FEC77C;
}
span.error, span.success, #gb_form_div dt {
	color: #cd0000;
	font-weight: bold;
}

#gb_form_div dt small, span.success, dl#result_dl_blockq dt {
	color: #FF8B00;
}

small.whythis, #gb_form_div small.whythis a {
	font-size: .9em;
	color: #9F2214;
}

#gb_form small.whythis a span {
	display: block;
	font-size: 1.1em;
	color: #EAE3D3;
	padding: 0 3px 0 3px;

}

#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active {
	text-decoration: none;
	color: #000;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span {

	color: #000;
	font-weight: bold;
}

p.creditline small {
	display: block;
	text-align: left;
	margin: 5px 0;
	font-size: .8em;
	letter-spacing: .0001em;
	color: #C9AC68;
}

#gb_form p.creditline small a {
	color: #9F2214;
}

/* 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: #9F2214;
}
#gb_form_div a {
	color: #FF8B00;	
	border-bottom: 1px solid #9F2214;
}
span.success {
	display: block;
	color: #9F2214;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 0.6em 0;
}
h2#results.formhead small {
	display: block;
	margin: 1em 0;
}

/* End DEFAULT CSS */