/*Contactform III default styling*/
#contactform {
	padding:2px;
	margin:5px 0px;
	overflow: hidden;
	line-height:1em;
	font:normal 12px Tahoma;
	color:#999;
}
#contactform fieldset {
	border:none;
}

#contactform input, #contactform textarea {
	display:block;
	width:200px;
	border: 1px solid #999;
	padding: 4px;
	font:normal 1em Tahoma;
	background-color: #ffffeb;
	margin-top:2px;
	margin-bottom:7px;
	-moz-border-radius: 3px;	
}
#contactform input {
	width:200px;
}

#contactform input:focus {
	border-color: #000;
	background-color: #ffffcc;
}

#contactform textarea {
	width:400px;
}

#contactform textarea:focus {
	border-color: #000;
	background-color: #ffffcc;
}

.contacterror {
	border: 2px solid #ff0000;
}
input#contactsubmit {
	width:150px;
	background-color:#e6eff4;
	color:#5c8aa6;
	padding:3px;
	-moz-border-radius: 3px;
	font: bold 16px arial;
	margin:5px 0 0 0;
	border:1px solid #c7d8e2;
}

input:hover#contactsubmit {
	background-color:#4b94c0;
	color:#EEE;
}

input:active#contactsubmit {
	background-color:#3d85b1;
	color:#FFF;
}

