#main form, #content form { }
form fieldset { margin:1em 0 0 0; border:0; padding:0; }
form legend { width:300px; margin:0; padding:3px 0px; font-weight:bold; }

form .field { overflow:auto; _height:1%; clear:both; margin-top:3px; padding:3px 0px; }
form .required { /* font-weight:bold; */ }
form .missing { background:#CECECE; }

form label { 
	display:block; 
	width:12em; 
	float:left;
}
form input { 
	display:block; 
	width:20em; 
	float:left; 
}


form input.next {
	width: 26px;
	height: 26px;
	float: right;
	margin: 0 180px 0 0;
}
form a {
	float: left;
}

form p {
	display: block;
	overflow: auto;
	margin: 10px;
	clear: both;
}

form textarea { width:31.8em;  height:8em; }
form strong { margin-left:5px; }

form .field input, form textarea { border:1px solid #AAA; font-size:100%; color: #444444;}
form .postcode input { width:6em; }
.radio input { width:auto; border:0; }
form .msg label, #contactform .submit label { display:none; }

form label.value { width:auto; }
p#adresgegevens { padding-top:5px; }