.ultimate_contact_form input[type="text"],
.ultimate_contact_form input[type="tel"],
.ultimate_contact_form input[type="email"]
{
		width: 90%;
}

.ultimate_contact_form #human_test {
	width: 35px ;
}

.ultimate_contact_form textarea {
	width: 90%;
	height: 150px;
	font-size: 0.8em;
}

.ultimate_contact_form label {
	display: block;
	margin-top: 5px;
}

#ultimate_contact_error_message {
	margin: 8px 0;
	color: red;
}

#map_canvas img {
	/* need to set this or the google maps become blurry and corrupted! */
    max-width: none;
}