form#reservering td {
	vertical-align: top;
	font-weight: bold;
}
form#reservering textarea {
	width: 300px;
	height: 50px;
	font-family: arial, verdana;
	font-size: 12px;
}
table#kenmerken {
	width: 100%;
}

td#kamers{
	text-align: center;
}
td#volwassenen{
	text-align: center;
}
td#kinderen{
	text-align: center;
}
td#sel_kamers{
	text-align: center;
}
td#sel_volwassenen{
	text-align: center;
}
td#sel_kinderen{
	text-align: center;
}
.input {
	width: 300px;
}
input#van {
	width: 70px;
}
input#tot {
	width: 70px;
}
.inputnaam {
	background-color:#FFE8C4;
	width:230px;
}
.inputtelefoon {
 	background-color: #FFE8C4;
}
.inputemail {
	background-color: #FFE8C4;
	width:230px;
}


.inputpostcode {
     width: 70px;
}

.inputplaats {
     width: 221px;
}
td#submit {
	text-align: right;
}

input#submit {
	border: 0px;
	background-color:#9A5301;
	color: #FDEF75;
	cursor: pointer;
	font-weight: bold;
}

td#td_naam {
	font-weight: normal;
}
td#td_telefoon {
	font-weight: normal;
}
td#td_email {
	font-weight: normal;
}