.form{
	width: auto;
	position: absolute;
	height: auto;
	top: 30px;
	left: auto;
	right: auto;
	margin: 0px;
	padding: 0px;
}

#naam{
	height: 18px;
	width: 500px;
	text-align: right;
}

#corporatie{
	height: 18px;
	width: 500px;
	top: 20px;
	text-align: right;
}

#adres{
	height: 18px;
	width: 500px;
	top: 40px;
	text-align: right;
}

#postcode{
	height: 18px;
	width: 500px;
	top: 60px;
	text-align: right;
}

#woonplaats{
	height: 18px;
	width: 500px;
	top: 80px;
	text-align: right;
}

#email{
	height: 18px;
	width: 500px;
	top: 100px;
	text-align: right;
}

#opmerking{
	height: 18px;
	width: 500px;
	top: 120px;
	text-align: right;
	padding-top: 0px;
}

#tekstdiv{
	position: absolute;
	left: 85px;
	height: 18px;
	padding-top: 5px;
}

.label{
	text-align: right;
}

.input{
	width: 300px;
}

.texterea{
	width: 300px;
	height: 150px;
	overflow: auto;
}

#buttomdiv{
	height: auto;
	width: 500px;
	position: absolute;
	top: 300px;
}

.zenden{
	left: 300px;
	position: absolute;
}

.reset{
	position: absolute;
	left: 100px;
}
.required {
	color: #FF0000;
}