/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP SOME width
       CUSTOM.CSS made by Form User - http://yourdomain.com 
      Designed and built to work with the Your WordPress theme
================================================================== */
/*
  In creating the other themes I found that this is what I needed
  to make it come together without WP theme conflict. Have fun!
*/


/* whyis link */
small.whythis { }

/* the answer */
#gb_form small.whythis a span { }

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

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

/* for abbr, NOTE: added span .abbr class is for IE, so use for all */
.abbr { }


.contactBody h2, .main_formhead { margin: 0 0 25px 0; }
#contactForm, #gb_form_div { color: #848484; }	
	#contactForm h3, legend span { font-weight: bold; font-size: 12px; line-height: 14px; margin: 0 0 10px 0;}
	#contactForm .row, fieldset { padding: 12px; }
		#contactForm label  { display: block; font-size: 11px;}
		#gb_form_div label  { font-size: 11px;}
		#contactForm input, #gb_form_div input { width: 308px; height: 21px; border: solid 1px #ba822d; background: #0a0a0a; color: white;}
		#contactForm #submit, #gb_form_div input.button 
		{ 
			width: auto; 
			color: white; 
			padding: 0 8px;
			border-left: solid 2px #0a0a0a;
			border-top: solid 2px #0a0a0a;
			border-right: solid 2px #696969;
			border-bottom: solid 2px #696969;
			background: #141414;
			font-size: 14px;
		}
		
		#reason { width: 248px; height: 23px; border: solid 1px #ba822d; color: white; background: #0a0a0a;}
		
		#message { width: 406px; height: 94px; border: solid 1px #ba822d; background: #0a0a0a; color: white;}

.contactBody .subContent h3 a, .contactBody .subContent h3 { color: #ba822d; margin-top: 16px;}
.phone { display: block; margin: 0 0 20px 0;}
#phone, #name, #reason, #message { margin: 0 0 20px 0;}
.address, #url { display: block; }
input#spamq { width: 25px;}
.email, #email { text-decoration: underline; }
