/* this is the style sheet for the ajaxContact Form */

#contactform textarea {
    width: 100%;
    height: 200px;
}

.contact {
	width: auto;
	text-align: left;
	padding: 4px;
	margin: 5px 0;
}


