/*Contactform III default styling*/
#contactform {
	padding:2px;
	margin:5px 0px;
	overflow: hidden;
	line-height:20px;
}
#contactform fieldset {
	border:none;
}
input.hiddenfield {
	background: #fff !important;
	border: #fff 1px solid !important;
	padding: 0px;
	margin: 0px;

}

#contactform input, #contactform textarea {
	display:block;
	margin:2px 0px 5px;
	padding:2px;
	background: #eaeaea;
	border: 1px solid #b1b1b1;
}
#contactform input:focus {
background: #fff;
}
#contactform input {
	width:50%;
	
}
#contactform textarea {
	width:90%;
	
}

.contacterror {
	border: 1px solid #ff0000;
}
input#contactsubmit {
	width:25%;
	margin-top:3px;
	padding:2px;
	display:block;
}

