#reserveren {
	padding-right: 20px;
	width: 550px;
	font-size: 13px;
	background: url(../../images/bg_spacer.gif) center right no-repeat;
}

#reserveren th {
	text-align: right;
	height: 20px;
	line-height: 22px;
}

#reserveren select {
	width: 200px;
}

#reserveren input.text {
	width: 340px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #b1b1b1;
	background: #ffffff;
}

#reserveren textarea {
	width: 350px;
	max-width: 350px;
	height: 50px;
	max-height: 75px;
	border: 1px solid #b1b1b1;
	overflow: auto;
	background: #ffffff;
}

#reserveren td {
	padding: 1px;
	width: 10px;
}

