#form-fields {
	padding-bottom: 4px;
}
#wp-contact-form input, #wp-contact-form textarea
{
	padding: 5px;
	margin: 1px 5px;
	width: 250px;
	border: #2A5A8E 1px solid;
	color: #303030;
}
#wp-contact-form label
{
	display: block;
	font-weight: bold;
}
div#recaptcha_widget
{
	width: 210px;
}
div#recaptcha_widget #recaptcha_image img{
height:46px;
width:210px;
float: left;
}

.cw_inactive {
	color: #ccc;
}

input.button {
	background-color: rgba(42, 90, 142, 0.37);
}