@charset "utf-8";
/* CSS Document */

#bericht_verstuurd {
	font-weight: bold;
}

br.clear {
	clear: both;
}

klein {
	font-size: 10px;
}

ster {
	color: blue;
}

.nummer {
	font-size: 16px;
	font-weight: bold;
	width: 30px;
}

label {
	margin-top: 2px;
	width: 200px;
	float: left;
}
label.rechts {
	width: 300px;
}

input {
	margin-top: 2px;
	width: 200px;
}
input.checkbox {
	width: 20px;
	margin-right: 10px;
	float: left;
}

input.middel {
	width: 150px;
}

input.knop {
	width: auto;
}

textarea {
	margin-top: 2px;
	height: 100px;
	width: 200px;
}

#postcode {
	width: 50px;
}

#telefoon {
	width: 100px;
}


