/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body{

}
#formulier{
	text-align: left;
	width: 550px;
	color: #333;
	height: 350px;
}
.roodvet{
	font-weight: bold;
	color: #FF0000;
	position: absolute;
	top: 320px;
}
.uwgeg{
	font-weight: bold;
	color: #333333;
	position: absolute;
	top: 180px;
}
.tabel{
}
.tabel td{
	width: 220px;
	height: 22px;
	font-size: 13px;
	color: #333;
}
#tekst{
	width: 455px;
	font-size: 14px;
	text-align: center;
}
.tekst{
	width: 440px;
}
.knop{
	color: #FFF;
	background-color: #B00;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #FFF;
}

