/*Original style*/
#contactform {
	width: 80%;
	margin:5px 0px;
	overflow: hidden;
}

#contactform br {
	display:none;
}
label.contactleft {
	padding: 6px;
	margin: 2px 0;
	width:30%;
	float:left;
	text-align:right;
	clear:both;
}
.contactright {
	width:60%;
	padding: 4px;
	margin: 2px 0;
	float:right;
	color: #000;
	border: 2px solid #ccc;
	font-weight: normal;
	line-height: 1.0;
	font-size: 0.9em;
}
.contacterror {
	border: 1px solid #ff0000;
}
#contactsubmit {
	background: #ff3300;
	border: 0;
	margin: 3px 0 0 0;
	padding: 1px 5px 2px 5px;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	height: 19px;
	cursor: pointer;
	font-size: 0.9	m;
	float: right;
	width: 80px;
}

#contactform p{
	font-size: 0.9	m;
	font-style: normal;
}

#wpcf_msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
}
