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

form .field, form fieldset p { overflow:hidden; clear:both; margin-top:3px; padding:3px 0px; }
p.FormTextArea {
	background: #a1a7b2;
	margin: 0px;
	padding: 0px;
	width: 260px;
}
p.FormTextbox {
	background: #a1a7b2;
	margin-bottom: 10px;
	width: 260px;
}
p.FormSubmit label {
	width: 178px;
}
p.FormSubmit button {
	background: #b40035;
	border: 0px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	height: 32px;
	width: 82px;
}
div.whitebg {
	margin-top: 20px;
}
form .required { /* font-weight:bold; */ }
form .missing { background:#CECECE; }

form label { display:block; width:70px; float:left; text-indent: 10px; }
form input { background: #a1a7b2; border: 0px; color: #ffffff; display:block; width:182px; float:left; }
form textarea { background: #a1a7b2; border: 0px; color: #ffffff; resize: none; width:182px;  height:8em; }
form strong { margin-left:5px; }

.formGenerator p input, .formGenerator p textarea { border:1px solid #AAA; font-size:100%; padding:3px; }
form .postcode input { width:6em; }
form fieldset p.FormRadioButton input { width:auto; border:0; }
form .msg label, #contactform .submit label { display:none; }

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


