/* @override http://diganimation.info/wp/wp-content/plugins/wp-gbcf/wp-gbcf_themes/eye.css */

/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FLUID width
   CRYPTOMUNDO.CSS made by Mike Cherim - http://green-beast.com 
  Designed and built to work with the Cryptomundo WordPress theme
================================================================== */

#gb_form_div {
	text-align: left;
	max-width: 50em;
	font-size: 0.8em;

}
form#gb_form {

}
form#gb_form fieldset#formwrap {
	text-align: left;
	background: transparent;
	width: 44em;
	padding: 0 8em 4em 0;
	background: url(http://diganimation.info/images/contact.gif) no-repeat;
	background-position: 40em 0;
}

#gb_form_div a {
	color: #999;
	text-decoration: underline;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
	color: #f90;
	text-decoration: none;

}

#gb_form fieldset {
	display: block;
	border: 0;
	margin-top: 10px;
	width: 21em;
	float: left;
}

#gb_form legend, #gb_form dt {
	font-weight: normal;
	text-transform: uppercase;
	color: #F4E8B3;
	display: block;
	padding: 0.6em 0;
}

#gb_form legend {
	padding-top: 5px;
}

#gb_form legend#mainlegend {
	font-size: 1.2em;
	color: #ffa800;
	padding-top: 5px;
	padding-bottom: 10px;
}

#gb_form legend#mainlegend small {
	font-size: .7em;
	text-transform: uppercase;
}

#gb_form_div .formhead small a {
	font-size: .7em;
	background-image: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#gb_form_div .main_formhead, #gb_form_div .formhead {
	font-size: 1.2em;
	color: #cc9900;
	width: 101%;
}

#gb_form label {
	
	color: #ffa800;
	display: block;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox {
	font: 1em verdana, arial, sans-serif;
	color: #fff;
	padding: 4px;
	border: 1px solid #ffa800;
	background: transparent;
	width: 16em;
	font-size: 1.1em;
	height: auto;
	margin: 0.4em 0;	
}

#gb_form input.short {
	width: 6em;
}

#gb_form textarea.textbox {
	width: 16em;
	height: 220px;
	line-height: 1.5em;
}

#gb_form select.med {
	width: 17em;
	background: transparent;
	border: 1px solid #ffa800;
	color: #ffa800;
	padding: 0;
}

#gb_form input.checkbox {
	cursor: default;
	background: transparent;
	color: #669900;
	border: 0;
	padding: 0;
	margin: 0 6px 0 0;
	width: 20px;

}



/* 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: #fff;
	background-color: #1E1E1E;
	cursor: text;
	border: 1px solid #fff;
}

#gb_form input.button {
	clear: both;
	display: block;
	margin-top: 20px;
	padding: 0.6em 3em 0 0;
	cursor: pointer;
	background: transparent;
	border: none;
	font-size: 1.6em;
	font-weight: bold;
	color: #f90;
}
#gb_form input.button:hover, #gb_form input.button:focus, 
#gb_form input.button.hover, #gb_form input.button.focus {
	background: transparent;
	color: #fff;
	border: none;
}
span.error, span.success, #gb_form_div dt {
	color: #cd0000;
	font-weight: bold;
}

#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
	color: #669900;
}

#gb_form small.whythis, #gb_form small.whythis a {
	font-size: 1em;
	text-decoration: none;
	letter-spacing: 0.00001em;
	display: block;
	height: 3em;
	padding: 0.3em 0 0 0;
}

#gb_form small.whythis a span {
	font-family: arial, sans-serif;
	padding: 1px 2px 1px 2px;
	display: none;
}

#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active {
	text-decoration: none;
	color: #f90;
	border: none;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span {
	border: none;
	background: none;
	color: #fff;
	font-style: normal;
	display: block;
}
#gb_form fieldset small {
	line-height: 1.6em;
}
#gb_form p.creditline small {
	font-family: arial, sans-serif;
	clear: both;
	display: block;
	text-align: left;
	line-height: 1.8em;
	margin: 0;
	padding: 25px 0 15px 0;
	font-size: .8em;
	letter-spacing: .0001em;
	color: #F4E8B3;
}
#gb_form p.creditline small a {
	color: #ffa800;
	background: transparent;
}
/* NOTE: .abbr class is for IE */

.abbr {
	cursor: help;
	border-bottom: 1px dashed #ffa800;
}

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: #669900;
}

/* End CRYPTOMUNDO CSS */