.boekingen {
	position: relative;
	display: block;
	width: 600px;
	float: right;
	border: solid 1px rgb(255,255,255);
	/* padding: 25 50 10 50; */
	text-align: center;
	}

.boekingen form {
	width: 500px;
	margin: 25 auto;
	text-align: left;
	}

.boekingen br {
 	clear: both;
 	}
 
.boekingen label {
	position: relative;
	display: block;
	width: 150px;
	float: left;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: rgb(255,255,255);
	text-align: left;
	}
 
.boekingen input, .boekingen textarea {
	position: relative;
	display: block;
	width: 350px;
	border: none;
	float: left;
	margin: 4 0 4 0;
	}

.boekingen input.small {
	width: 75px;
	}

.boekingen input.medium {
	width: 225px;
	float: right;
	}
	
.boekingen .verstuur {
	width: 80px;
	}