/*Original style*/
#contactform {
	width: 375px;
}
#contactform br {
	display: none;
}
label.contactleft, label.contactleftMsg {
	padding: 5px;
	width: 85px;
	float: left;
	text-align: right;
	clear: both;
	line-height: 24px;
	height: 14px;
	margin-bottom: 5px;
}
.contactright {
	width: 270px;
	height: 14px;
	padding: 4px;
	float: right;
	border: 1px solid #d28c01;
	margin-bottom: 5px;
	font-size: 11px;
}
#contactform textarea.contactright {
	height: 80px;
}
.contacterror {
	border: 1px solid #ff0000;
}
#contactsubmit {
	width: 88px;
	height: 28px;
	display: block;
	border: 0;
}