form.stijl {
	max-width: 400px;
	text-align: right;

}

form.stijl fieldset {
	/* display: none; 
	padding: 0 .5em .5em .5em;*/
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
	margin-bottom: .5em;
	font: 95% sans-serif;
	text-align: left;
	line-height: 1.25em;
	
	
}
form.stijl span{
	/*vertical-align: middle;*/
	text-decoration:none;
	margin-left:5px;
}

form.stijl fieldset div {
	clear: both;
	
}

form.stijl legend {
	display: none;
	font-weight: bold;
	padding: .2em .5em;
	border-left: none;
	border-right: none;
	background-color: white;
}

form.stijl label {
	display: block;
	float: left;
	width: 12em;
	text-align: left;
	padding-right: 1em;
	line-height: 2em;
	clear: left;
}

form.stijl textarea,
form.stijl input,
form.stijl select {
	margin: 0px 0;
	background-color: #F2EDEC;
}

form.stijl textarea:focus,
form.stijl input:focus,
form.stijl select:focus {
	background-color: white;
	border-color: black;
}

form.stijl input.submit,
form.stijl input.reset {
	background-color: #DDD3CC;
	padding-left: .5em;
	padding-right: .5em;
	border: 1px outset silver;
	cursor: pointer;
}

form.stijl input.submit:hover,
form.stijl input.reset:hover,
form.stijl input.submit:focus,
form.stijl input.reset:focus {
	background-color: #CABDB7;
	border: 1px outset black;
}

form.stijl textarea, form.stijl select {
	font: 1.10em Arial;
}

form.stijl table {
	border-collapse: collapse;
	border-spacing: 0;
}

form.stijl td {
	padding: 0;
	border: 0 none;
	vertical-align: top;
}

#reset-submit {
	margin-left: 13em;
}