/* @override 
	http://embryo.me.uk/wp/wp-content/plugins/wp-gbcf/wp-gbcf_themes/default.css
	http://embryo.me.uk/wp/wp-content/plugins/wp-gbcf/wp-gbcf_themes/zakIII.css
*/

/* ==================================================================
    CSS edited for EMBRYO.ME.UK - edits by http://eyedea.eu
   --------------------------------------------------------------- 
    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: 660px;
}

#gb_form_div h2.main_formhead {
	display: none;
}

#gb_form {
	text-align: left;
}

#gb_form_div a {
	color: #05ACE5;
}

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

#gb_form fieldset {
	border: 0;
	margin: 0 0 1em 0;
	width: 300px;
}
#gb_form fieldset#formwrap {
	width: 660px;
}
#gb_form fieldset#formwrap fieldset {
	width: 300px;
	padding: 0 20px 0 0;
	float: left;
}

#gb_form legend, #gb_form dt {
	font-weight: bold;
	color: #666;
	padding: 0;
	margin: 0;
}

#gb_form legend {
	color: #05ACE5;
	display: block;
	padding: 1em 0 0.6em 0;
}

#gb_form legend#mainlegend {
	display: none;
}

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

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

#gb_form label {
	color: #000;
	display: block;
}


gb_form_div h2.formlabel  a {
	display: block;
	font-size: 1.1em;
	letter-spacing: -0.05em;
	background: none;
	padding: 6px;
	color: #D15400;
	border: none;
}
gb_form_div h2.formlabel  a:hover {
	font-weight: normal;
	border: none;
	text-decoration: none;
	color: #D15400;
	background: #none;
}


#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 #05ACE5;
	background-color: #fff;
	line-height: 1.5em;
	width: 300px;
}

#gb_form input.short {
	width: 45px;
}

#gb_form textarea.textbox {
	width:300px;
	padding: 4px;
}

#gb_form select.med {
	width: 300px;
	margin: 0 10px 0 0;
}

#gb_form input.checkbox {
	padding: 0;
}

#gb_form label input.checkbox {
	margin: 0;
}

* html input.button {
	color: #000;
	padding: 4px;
	border: 1px solid #6da6d1;
	background-color: #fff;
}

/* 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 #D15400;
	background-color: #97dbf3;
}

input.button {
	clear: both;
	display: block;
	border: 1px solid #05ACE5;
	background: #fff;	
	margin-top: 30px;
}

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: green;
}
#gb_form small {
	font-size: 0.8em;
}
.storycontent #gb_form small.whythis, .storycontent #gb_form small.whythis a {
	font-size: .9em;
	color: #05ACE5;
	border: none;
}

#gb_form small.whythis a span {
	display: block;
	font-size: .9em;
	color: #fff;
	border: 1px solid #fff;
	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: #05ACE5;
	font-weight: bold;
}

p.creditline small {
	display: block;
	text-align: right;
	margin: 5px 0;
	font-size: .7em;
	letter-spacing: .0001em;
	color: #05ACE5;
}

/* 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 */