.reserveringsform input  {
	border: 1px solid #000000;
	width: 230px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.reserveringsform td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.reserveringsform .postcode {
	width: 70px;
	margin-right: 6px;
}
.reserveringsform .plaats {
	width: 154px;
}
.reserveringsform .checkbox {
	width: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.reserveringsform .personen {
	width: 40px;
}

.reserveringsform .opmerkingen {
	width: 245px;
	border: 1px solid #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.reserveringsform table th {
	font-size: 11px;
	font-weight: bold;
}
.reserveringsform table td.center {
	text-align: center;
}