#contactform {
}

form, input, textarea, label {
		font: 10px/1.3em lucida, verdana, arial, "sans serif";
		color: black;
		margin: 0;
		padding: 0;
}
form {
}
form p {
	padding: 0;
	margin: 0;	
}
input.submitmail {
	width: 32px;
	height: 35px;
	border: 0px;
	font-size: 0;
	text-indent: -9999px;
	letter-spacing: -9999px;
	background: url(../img/menu/iconmail.gif);
	position: relative;
	left: 386px;
	top: -36px;
	left: 400px;
	top: -36px;
}
input.submitmail:hover {
	cursor: hand;
	background-position: 32px 0;	
}
input.text {
	width: 363px;
	clear: both;
	border: 2px solid #ddd;
	padding: 2px;
	margin-bottom: 0.5em;
	background: none;
	color: #aaa;
}
input.text:active,
input.text:hover,
textarea:active,
textarea:hover {
	border-color: #555;	
}
input.text:focus,
textarea:focus {
	background: white;
	color: #333;	
	border-color: #333;	
}
label {
	display: block;
	color: #aaa;
}
textarea {
	padding: 2px;
	border: 2px solid #ddd;
	width: 363px;
	height: 12em;
	background: none;
	color: #aaa;
}
div#contactresults {
	position: absolute;
	width: 400px;
	z-index: 50;
}
#contactresults p.ok {
	color: #7c2;
	font-weight: bold;	
}
#contactresults p.error {
	color: #f06;
	font-weight: bold;	
}
#contactresults img.loading {
	position: absolute;
	left: 50%;
	top: 50px;
	margin: -16px 0 0 -16px;
}
