html,body {
	margin: 0px;
	padding: 0px;
}

body {
	width: 700px;
	font-family: Arial;
	color: #333333;
	font-size: 12px;
}

.form_top {
	width: 700px;
	height: 10px;
	background: url(../images/form_top.png) left top no-repeat;
}

.form_bottom {
	width: 700px;
	height: 10px;
	background: url(../images/form_bottom.png) left top no-repeat;
	clear: both;
}

form {
	width: 698px;
	font-family: Arial;
	font-size: 12px;
	border-left: 1px solid #DCDADF;
	border-right: 1px solid #DCDADF;
}

.bericht {
	padding-bottom: 15px;
	width: 698px;
	border-left: 1px solid #DCDADF;
	border-right: 1px solid #DCDADF;
}

.bericht p {
	margin-left: 20px;
	margin-right: 20px;
}

.div_links {
	float: left;
	width: 320px;
	padding-left: 25px;
}

.div_links2 {
	float: left;
	width: 448px;
	padding-left: 25px;
	padding-top: 10px;
}

.div_rechts2 {
	float: left;
	width: 225px;
	padding-top: 10px;
}

.div_rechts {
	width: 310px;
	float: left;
	padding-left: 32px;
}

fieldset {
	padding-top: 10px;
	border-bottom: 1px solid #DCDADF;
	padding-bottom: 10px;
}

fieldset.none {
	border: none;
	padding-bottom: 10px;
}

.row {
	background-color:none;
	display:block;
	min-height:30px;
	height: 30px;
}

.row2 {
	background-color: none;
	display: block;
	min-height: 60px;
}

legend,
h1 {
	font-weight: bold;
	color: #A48F5C;
	font-size: 18px;
	padding-top: 15px;
	padding-left: 20px;
	margin: 0px;
	padding-bottom: 15px;
}

label {
	float: left;
	text-align: left;
	width: 95px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}

input {
	width: 194px;
	font-size: 12px;
	background-color: white;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	margin: 0px;
	float: left;
	color: #666;
}

select {
	width: 200px;
	font-size: 12px;
	background-color: white;
	height: 20px;
	border: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	color: #666;
}

textarea {
	width: 194px;
	height: 44px;
	font-size: 12px;
	background-color: white;
	color: #666;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	padding: 2px;
}

#button_reserveer, #button_annuleren {
	width: 95px;
	cursor: pointer;
}

.veld_div_links {
	float: left;
	margin-right: 10px;
}
.verplicht {
	color: #A48F5C;
	font-size: 12px;
}

#button_annuleren {
	color: #999;
}

#button_reserveer {
	font-weight: bold;
}

.letop {
	line-height: 23px;
}

.sterretje {
	height: 38px;
	margin-top: -38px;
	margin-left: 470px;
	font-size: 11px;
	color: #666;
}

.active_field {
	color: #3A5864;
	background-color: #BBDEED;
	border-color: #8CC4DB;
}
