@charset "UTF-8";
/* CSS Document */
.form_container {
	display: block;
	width: 800px;
	font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #012863;
	text-decoration: none;
}
.form_row_container {
	display: block;
	clear: both;
	width: 800px;
	height: 30px;
}
.form_row_container_wide {
	display: block;
	clear: both;
	width: 800px;
	height: 30px;
}
.label {
	display: block;
	width: 220px;
	float: left;
}
.inputveld {
	font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #012863;
	text-decoration: none;
	background-color: #FFFFFF;
	text-indent: 5px;
	display: block;
	height: 20px;
	width: 268px;
	border: 1px solid #012863;
	float: left;
}
.inputveld_fout {
	font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #012863;
	text-decoration: none;
	background-color: #FFCCCC;
	text-indent: 5px;
	display: block;
	height: 20px;
	width: 268px;
	border: 1px solid #012863;
	float: left;
}
.textarea {
	font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #012863;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-left: 5px;
	display: block;
	height: 80px;
	width: 263px;
	border: 1px solid #012863;
	float: left;
	margin-bottom: 5px;
}
.select {
	font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #012863;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	height: 22px;
	width: 270px;
	border: 1px solid #012863;
	float: left;
	margin-bottom: 5px;
	text-align: center;
}
.select_fout {
	font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #012863;
	text-decoration: none;
	background-color: #FFCCCC;
	display: block;
	height: 22px;
	width: 270px;
	border: 1px solid #012863;
	float: left;
	margin-bottom: 5px;
	text-align: center;
}
.mail_check_image {
	display: block;
	clear: both;
	margin-bottom: 5px;
	margin-left: 220px;
}
.label_check {
	display: block;
	float: left;
}
.inputveld_check {
	font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #012863;
	text-decoration: none;
	background-color: #FFFFFF;
	text-indent: 5px;
	display: block;
	height: 20px;
	width: 98px;
	border: 1px solid #012863;
	float: left;
	margin-top: 5px;
}
.verstuur_button {
	font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #d32715;
	text-align: center;
	display: block;
	clear: both;
	vertical-align: middle;
	height: 30px;
	width: 120px;
	cursor: pointer;
	margin-bottom: 20px;
}
.contact_bottom_container h1 {
	font-family: 'DroidSansbold', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #012863;
	text-decoration: none;
	margin-bottom: 4px;
}
.contact_bottom_container {
	display: block;
	clear: both;
	font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #012863;
	text-decoration: none;
}