input, textarea, select { font-size: 110%; }

#main form, #content form { }
form fieldset { margin:1em 0 0 0; border:0; padding:0; }
form legend { width:300px; margin:0; padding:3px 0px; color:#000; font-weight:bold; }

form .field { overflow:auto; clear:both; padding:3px 0px;
	border-top: 1px solid #e4e4e4; margin-right: -12px; }
form .field-first,
form .submit { border-top: 0; }

form .required { /* font-weight:bold; */ }
form .missing { background:#CECECE; }

form label { display:block; width:17em; float:left; }
form input { display:block; width:22em; float:left; }
form textarea { width:22em;  height:8em; }
form strong { margin-left:5px; }

form *:focus { border-color:#00F; }

form .field input, form textarea { border:1px solid #a5a5a5; font-size:100%; }
form .postcode input { width:6em; }
.radio input { width:auto; border:0 !important; }
#contactform .submit label { display:none; }

form label.value { width:auto; }
.form { border: 1px solid #000000; background-color: #FFFFFF; }
p#adresgegevens { padding-top:5px; }