#main form, #content form { margin-left:-3px; }
form fieldset { margin:1em 0 0 0; border:0; padding:0; }
form legend { width:300px; margin:0; padding:3px;  color:#0090d1; font-weight:bold; }

form p { overflow:auto; _height:1%; clear:both; margin-top:3px; }
form p.required { /* font-weight:bold; */ }
form p.missing { background:#66bce3; }

form label { display:block; width:12em; float:left; }
form input { display:block; width:20em; float:left;}
form textarea { width:31.8em;  height:8em; }
button, .button { border:1px none #FFF; background:#000; color:#FFF; }
form strong { margin-left:5px; }


form p input, form textarea { border:1px solid #AAA; 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; }

form label.value { width:auto; }

.form  	{
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

p#adresgegevens {
	padding-top:5px;
}


#extranetlogin {
	width: 365px;
}
	#extranetlogin input {
		float: right;
		padding: 2px;
	}
	#extranetlogin p {
		clear:both;
		margin-top:12px;
	}
		#extranetlogin p.error {
			margin-top: 0px;
			color: red;
		}
	#extranetlogin button {
		width: 150px;
		height: 33px;
		background: url(/image/btns.gif) right -297px no-repeat;
		text-indent: -999em;
		float: right;
	}
