#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:#000; 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:#ffea00; }

form label { display:block; width:12em; float:left; }
form input { display:block; width:20em; float:left; }
form textarea { width:31.8em;  height:8em; }
form select { width: 20em; }

form strong { margin-left:5px; }

form *:focus { border-color:#003875; }

form p input, form textarea, form select { 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;
}


button, .button {
	width: auto;
	border:1px none #FFF;
	background: #ffffff url('/image/arrow-next.png') no-repeat right center;
	font-size: 100%;
	color:#444;
	padding: 0px;
	text-align: left;
	height: 16px;
	padding-right:20px;
	line-height: 16px;
	}
button.back,
input.back {
	border:1px none #FFF;
	background: #ffffff url('/image/arrow-prev.png') no-repeat left center;
	font-size: 100%;
	color:#444;
	padding: 0px;
	text-align: right;
	width: auto;
	height: 16px;
	padding-left:20px;
	line-height: 16px;
	}
/*
.smallButton {
	width: 105px;
	}
*/
input.back {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid silver;
	}
