/*This an alternativ styling of the form which you can replace with the original one. This style make the formtext to appear over the forms instead of beside

To do this first rename contacform.css to contactform.txt and then rename _this_ file to contactform.css and upload it your wp-contact-form folder - make sure it overwrites the old one */


/*Alernativ CSS ContactForm III*/
#contactform {
	width:90%;
	margin:5px;
	overflow: hidden;
}
label.contactleft {
	padding: 3px;
	margin: 2px 0 0;
}
.contactright {
	width:60%;
	padding: 3px;
	margin: 2px 0 0;
	display:block;
	clear:both;
}
textarea.contactright {
	width:90%;
}
.contacterror {
	border: 1px solid #ff0000;
}
#contactsubmit {
	width:30%;
	text-align:center;
	padding:4px;
	display:block;
}
---------------------------