/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FLUID width
     CLASSIC.CSS made by Mike Cherim - http://green-beast.com 
    Designed and built to work with the Classic WordPress theme
================================================================== */

#gb_form_div {
	margin : auto;
	text-align : left;
	width : 90%;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 100%;
	color: #FFF;
}

#gb_form {
	text-align : left;
	background-color : #000;
}

#gb_form_div a {
	text-decoration : none;
	color : #FFF;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
	color : #CCC;
	text-decoration : underline;
}

#gb_form fieldset {
	border : 1px dotted #ccc;
	margin-top : 10px;
	padding : 0 10px 10px 10px;


#gb_form fieldset#formwrap { 
  border : 1px dotted #ccc;
  border-bottom : 0;
  margin-top : 30px;
  padding : 0 10px 15px 10px;
}

.main_formhead {
  margin-top : 30px;
}

#gb_form legend, #gb_form dt {
	font-weight : bold;
	color : #999;
}

#gb_form legend {
	font : 1.5em 'times new roman', georgia, arial, sans-serif;
	background-color : #000;
	font-style : italic;
	text-transform : lowercase;
	color : #FFF;
	margin-left : -10px;
}

#gb_form legend#mainlegend {
	font-size : 1.7em;
	font-style : normal;
	text-transform : lowercase;
	color : #CCC;
	margin-left : -10px;
}

#gb_form legend#mainlegend small, #gb_form_div .formhead small { 
  font-size : .6em;
  text-transform : uppercase;
}

#gb_form label {
	color : #999;
	font-size : 0.85em;
	margin-top : 5px;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med {
	color : #000;
	padding : 4px;
	border : 1px solid #999;
	background-color : #CCC;
	line-height : 1.5em;
	width : 65%;
}

#gb_form input.short {
  width : 15%;
}

#gb_form textarea.textbox {
	font-size : 1.5em;
	width : 98%;
	border : 1px solid #999;
	background-color: #0D0D0D;
	color: #FFF;
} 

#gb_form select.med {
  width : 50%;
}

#gb_form input.checkbox {
  padding : 0; 
}

#gb_form label input.checkbox {
  margin : 0;
}

* html input.button {
	color : #FFF;
	padding : 4px;
	border : 1px solid #999;
	background-color : #000;
}

#gb_form input.button {
  margin-top : 10px;
}

span.error, span.success, #gb_form_div dt { 
  color : #cd0000;  
  font-weight : bold; 
}

#gb_form_div dt, #gb_form_div dl {
  font-size : 87%;
}

#gb_form_div dt small, span.success, dl#result_dl_blockq dt {
	color : #CCC;
} 

small.whythis {
	font-size : 1em;
}

#gb_form small.whythis a span {
	color : #000;
	border : 1px solid #fff;
	padding : 0 3px 0 3px;
	width : 100%;
}

#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 { 
  border : 1px solid #fff;
  background-color : #000;
  color : #fff;
  white-space : nowrap;

}

p.creditline small { 
  display : block;
  text-align : right;
  margin : 5px 0;
  font-size : .7em;
  letter-spacing : .0001em;
  color : #666;
}

/* 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 {
  font-size : 1.05em;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}

#gb_form_div span.items {
  font-weight : bold;
  color : #ccc;
}

#gb_form_div p a {
  color : #999;
}

#gb_form_div p a:hover, #gb_form_div p a:focus, #gb_form_div p a:active {
  color : #000;
}

/* End Custom CSS */