#form-fields input, #form-fields textarea {
    display: inline-block;
    width: 96%;
    min-width: 200px;
    padding: 2%;
    margin-bottom: .8em;
}

#form-fields textarea {
	resize: vertical;
}

#form-fields label {
    display: block;
	margin-bottom: .2em;
	font-size: 1.1em;
}

#form-fields input.button {
    width: 100px;
}
#form-fields input.button:hover {
	background-color: #999;
}

.wp-contact-form {
	display: block;
}

#cw-recaptcha_widget {
    width: 96%;
    min-width: 200px;
    padding: 2%;
    margin: .4em 0 .2em;
    background: #EEE;
}

#cw-recaptcha_widget input {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

#recaptcha_image{
    width: 100% !important;
    min-width: 200px;
    height: auto !important;
}

.cw_inactive {
    color: #ccc;
}
.cw-message{
	min-height: .8em;
}
.cw-message .error{
	color:red;
}
.cw-message .success{
	color:green;
}
.cw-message p {
	margin-bottom: .2em;
	font-weight: 700;
	font-size: 1.1em;
}