/* ==================================================================
    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 { 
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	margin-top: 10px;
	padding: 0px;
}

#gb_form_div #mainlegend {
	display: none;
}

#gb_form_div p {
	padding: 0px;
}


#gb_form_div #formwrap fieldset legend {
	color: #f22;
	font-weight: bold;
}

#gb_form_div #formwrap fieldset label {
	margin: 4px 0 4px 0;
}

#gb_form_div input, #gb_form_div textarea, #gb_form_div select {
	margin: 4px 0 4px 0;
}