#contactform { margin-left:-2px }

form fieldset { margin:1em 0 0 0; border:0; padding:0; }
form legend { width:300px; margin:0; padding:3px; font-weight:bold; }

form p { overflow:auto; _height:1%; clear:both; margin-top:3px; padding:3px; }
form p.required { /* font-weight:bold; */ }
form p.missing { background:#CECECE; }

form label { display:block; width:12em; float:left; }
form p.radio label { width:auto; }
form input { display:block; width:20em; height:17px; line-height:17px; float:left; }
form textarea { width:31.8em;  height:8em; }

form strong { margin-left:5px; }

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

form input, form textarea, form select { border:1px solid #c7c7c7; font-size:100%; }
form p.postcode input { width:6em; }
p.radio input { width:auto; border:0; }
form p.msg label, #contactform p.submit label { display:none; }

.person select {
	float:left;
	width:6em;
	margin-right:1em;
	height:19px;
	}
.person input {
	width:13em;
	}

form label.value { width:auto; }

.form  	{
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

p#adresgegevens {
	padding-top:5px;
	margin-left:1px;
}


input[type="hidden"] { display:none; }

button, .button { cursor:pointer; }

#contactform .button, #inloggenform .button, #aanmelden_nieuwsbrief .button, #aanmelden-form .button {
	border:0;
	padding-left:0;
	margin-left:-2px;
	margin-top:5px;
	text-align:left;
	color:#3f3f3f;
	font-weight:bold;
	width:80px;
	font-size:100%;
	background:transparent url('/image/arrow-gray.gif') right 6px no-repeat;
	}
input.interesse {
	width:auto;
	border:0;
}
label.interesse {
	width:auto;
	padding-top:2px;
	padding-left:3px;
}

#aanmelden-form {
	float: right;
	margin: -1px 0 0 0;
	width: 370px;
	padding: 0 0 0 15px;
	border-left: 1px solid #F7F7F7;
}
.aanmelden-text {
	float: left;
	width: 300px;
}
.aanmelden-message {
	border-left: 1px solid #F7F7F7;
	float: right;
	font-weight: bold;
	margin: 30px 0 0;
	padding: 10px 0 0 15px;
	width: 370px;
}
