/* Formulieren
=================================================================*/
input,
select,
textarea {
	font-size:1em;
	font-family:courier;
	}
	
.formulier {
	background-color:#b9dce8;
	margin-bottom:10px;
	width:458px;
	font-size:0.9em;
	}
	
.formulier input,
.formulier select {
	width:300px;
	}
	
.formulier div {
	padding:4px 0px;
	border-bottom:1px solid #fff;
	clear:both;
	overflow:auto;
	height:1%;
	}
	
.formulier #postcode {
	width:60px;
	}
	
.formulier fieldset {
	border:0px;
	padding:3px 10px;
	}
	
.formulier textarea {
	width:420px;
	}
	
.formulier label,
.formulier span.labelfake {
	float:left;
	display:block;
	padding-top:2px;
	font-weight:bold;
	color:#000;
	width:120px;
	}
	
.buttons {
	clear:both;
	text-align:right;
	border:0px;
	}
	
.buttons input {
	width:auto;
	color:#fff;
	font-weight:bold;
	font-family:arial;
	border:0px;
	cursor:pointer;
	background-color:#e61212;
	}
	
.buttons input:hover {
	background-color:#256479;
	}
	
.formulier small {
	display:block;
	color:#df0024;
	width:190px;
	margin-left:124px;
	font-size:0.8em;
	}
	
.formulier h3 {
	font-size:1.1em;
	padding:4px 10px;
	background-color:#256479;
	color:#fff;
	}

