form {
	margin: 20px 0 0 0;
	padding: 0px;
}

input, button {
	width: 200px;
	/*height: 120px;*/
	/*margin: 0 0 5px 10px;*/
	/*padding: 2px 3px 0 3px;*/
}

form input.Radio {
	/* voeg Class="Radio" toe in het formulier bij de tag */
	width: auto;
}

form input.Datum {
	/* voeg Class="Datum" toe in het formulier bij de tag */
	width: auto;
}

input.radio, input.checkbox {
/* voeg Class="checkbox" toe in het formulier bij de tag */
	width: auto;
	background: none;
}

textarea {
	width: 200px;
	height: 100px;
	/*margin: 0px 0 5px 10px;*/
	/*padding: 2px 3px 0 3px;*/
}

select {
	width: 200px;
	/* margin: 0 0 5px 10px; */
}