/* Styles WP Form */

#bwp_form1{

	background:#003366;
	width:480px;
	height:auto;
	padding:10px 20px 15px 20px;
	margin:15px auto;
	border-radius:15px;
	/*float:right;*/
	-webkit-box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.50);
	box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.50);

}

#bwp_form1 h3{

	color:#669900;
	margin-bottom:5px;
	margin-top:10px;

}

label{

	display:block;
	width:50%;
	float:left;
	color:#cccccc;

}

input{

	border-radius:5px;

}

input:focus{

			background-color:#FFFF66;

}


#firstName, #lastName, #address, #city, #zip, #phone, #email{

								height:30px;
								font-size:18px;
								width:210px;
								
								}
								
#state, #best_time, #best_method{

								height:30px;
								font-size:18px;
								
								}

fieldset{

	width:480px;
	border:none;


}

legend{

	color:#62b1d0;

}