#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; _height:1%; clear:both; margin-top:3px; padding:3px 0px; }
form .required { /* font-weight:bold; */ }
form .missing { background:#CECECE; }

form label { display:block; width:8em; float:left; }
form input { display:block; width:15em; float:left; }

form textarea { width:31.8em;  height:8em; }
textarea.inline { width: 100%; }

form strong { margin-left:5px; }

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

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

form .button,
form .field .button,
#btn-submit,
.link-button a {
	border: 0;
	padding: 2px 5px;
	color: #fff;
	text-transform: uppercase;
	background: #164482;
	width: auto;
	font-size: 100%;
	}
.link-button input {
	float: right;
	}

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

div#nedmin-content form label {
	width:12em;
}



/** FORM BUILDER  **/


.htmlElement legend,
.htmlElement label,
.htmlElement input,
.htmlElement textarea,
.htmlElement select {
	display: block;
	float: left;
	font-size: 100%;
	border: 1px solid #aaa;
	}

.htmlElement {
	_height: 1%; /* THIS ONE MUST BE PUT IN THE ie6.css FILE */
	overflow: auto;
	clear: both;
	margin-top: 2px;
	padding: 2px 0px;
	}

.htmlElement legend {
	}
.htmlElement label {
	width: 100px;
	border: 0;
	}
.htmlElement input, .htmlElement select {
	width: 200px;
	}
.htmlElement select#NB_werktijd_begin_hour, .htmlElement select#NB_werktijd_begin_minute,
.htmlElement select#NB_werktijd_eind_hour, .htmlElement select#NB_werktijd_eind_minute {
	width:auto;
}
form .htmlElement label.error, div#nedmin-content form .htmlElement label.error {
	width: auto;
	color: red;
	padding-left:5px;
	}

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

form#navform label {
	width:auto;
	margin-right:3px;
}
.paging {
	padding-left:3px;
}
