fieldset.opmerkingen{
	margin-top: 10px;
}

legend{
	display: none;
}

label{
	display: block;
	width: 25%;
	float: left;
	font: 100% Arial, Helvetica, sans-serif;
	margin-top: 8px;
	cursor: pointer;
}

input{
	float: left;
	font: 100% Arial, Helvetica, sans-serif;
	width: 73%;
	margin-top: 6px;
	border: 1px solid #d1cda2;
	border-bottom: 1px solid #838060;
	border-right: 1px solid #838060;
}

textarea{
	width: 98%;
	height: 85px;
	margin-top: 6px;
	border: 1px solid #d1cda2;
	border-bottom: 1px solid #838060;
	border-right: 1px solid #838060;
	font: 100% Arial, Helvetica, sans-serif;
}

input.button{
	float: right;
	margin: 20px 2px 0 0;
	width: 8em;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
}