#main form, #content form { margin-left:0px; }
form fieldset { margin:1em 0 0 0; border:0; padding:0; }
form legend { width:300px; margin:0; padding:3px; color:#000; font-weight:bold; _margin-left:-6px; }

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 input { display:block; width:20em; float:left; line-height:1; }
form textarea { width:37em;  height:12em; font-size:11px;}
.button { 
	height:30px;
	display:block;
	float:left;
	outline:0;
	margin-right:30px;
	text-align:right;
	padding-right:25px;
	padding-bottom:10px;
	border:none;
	width:auto;
	font-size: inherit;
	background:url('/image/link-arrow.gif') right bottom no-repeat;
}
.cancel { 
	background:url('/image/icon_cancel.gif') right bottom no-repeat !important;
}

form button:hover, .button:hover {
	text-decoration:underline;
} 

form strong { margin-left:5px; }

form *:focus { /* border-color:#00F; */ }

form p input, form textarea { border:1px solid #AAA; }
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;
}

/* Login form */

#formLogin label {
	display:none;
	visibility:hidden;
	}
#formLogin input {
	width:127px;
	height:14px;
	padding-top:2px;
	border:1px solid #ffffff;
	font-size:10px;
	margin-right:10px;
	}

#formLogin button {
	width:18px;
	height:27px;
	display:block;
	float:right;
	outline:0;
	margin:0px;
	padding:0px;
	border:none;
	background:url('/image/from-button-topnav.gif') right top no-repeat;
	}
	
#formLogin button span {
	visibility:hidden;
	}
	
.hidden,
forum input[type=input] {
	display:none;
}

form p.checkbox {
	margin:0px;
	padding:0px;
}

form p.checkbox label {
	float:left !important;
	width:93% !important;
	margin-left:6px;
}
form div.checkbox input, form p.checkbox input {
	float:left !important;
	border:none;
	width:auto;
	margin-top:3px;
	margin-left:5px;
}

p.error {
	color: #F00;
}
