/*form*/
form {
	width: 100%;	margin: 0 0 20px 0;
}
fieldset {	position: relative;	float: left; clear: left;	width: 100%;
/*	margin: 0 0 -1em 0;	padding: 0 0 1em 0;*/margin:0;padding:0;
	border-top: 1px solid #ddd;
	border-width: 1px 0 0 0;
	background-color: #EFF5F5;
}
fieldset.submit {
	float: none;/*	width: auto;*/
	margin: 15px 0 0 0;	padding-top: 1.5em;
	border: none;background: transparent;
	text-align: right;
}
legend {padding: 0;	font-size: 1.2em;font-weight: bold;	color: #444;}

legend span {	position: absolute;left: 20px;top: 0;	margin-top:15px;
}

fieldset ol {	padding: 40px 20px 20px 20px;	list-style: none;margin:0;}

fieldset li {	float: left;clear: left;width: 100%;padding-bottom: 3px;}
label {	float: left;width:100%;margin-right: 1.5em;}

form input, textarea {margin: 0 5px 0 0;padding: 2px;	border: 1px solid #bbb;
}

/*IE fix radio*/
form input[type=radio], form input[type=radio]:focus {border:none;outline:none;background:transparent}

form textarea { clear:left;	width:99%;height: 120px;}
form input:focus, textarea:focus {border: 1px solid #ffae00;	background:#fcfcfc;
}
form input.button {	padding: 2px 4px;border: none;	background:#1e9bb7;color: #FFFFFF;font-size: 0.95em;}
form input.button:hover, input.button:focus {	border: none;background:#1e9bb7;cursor:pointer	}
.nowrap {white-space:nowrap}
.verplicht {color: #a60046}