.contactform {
	width: 800px;
	font: 14px Calibri;
}

.contactform input[type=text] {
	width: 200px;
	color: #c0c0c0;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
}

.contactform .formerror{
	background-color: #FFA4A4 !important;
	border-color: #FF5555 !important;
	color: #000000 !important;
}

.contactform textarea{
	width: 200px;
	height: 200px;
	color: #c0c0c0;
	border: 1px solid #c0c0c0;
}

#street{
	width: 167px;
}

#streetnr{
	width: 27px;
}

#zip{
	width: 47px;
}

#city{
	width: 147px;
}

.contactleft {
	width: 24%;
	float: left;
	font: 14px Calibri;
}

.contactright {
	width: 75%;
	float: left;
}

.contactform .bottomtext {
	float: left;
	margin-top: 20px;
}