/*Contactform III default styling*/
#contactform {
	background:#181818 none repeat scroll 0 0;
	line-height:1em;
	margin:5px 0;
	overflow:hidden;
	padding:10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#contactform fieldset {
	border:none;
}

#contactform input, #contactform textarea {
	display:block;
	margin:2px 0px 10px;
	padding:2px;
}
#contactform input {
	width:60%;
}
#contactform textarea {
	width:90%;
}

.contacterror {
	border: 1px solid #ff0000;
}
input#contactsubmit {
	background:#66CC00 none repeat scroll 0 0;
	border:1px solid white;
	color:white;
	cursor:pointer;
	font-size:11px;
	padding:3px;
	width:120px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	input#contactsubmit:hover {
		background:#999999 none repeat scroll 0 0;
		}
		
input.hiddenfield {
	background:transparent;
	border:none;
	padding:0px;
	margin:0px;
}
