/*
 *	Style sheet voor formulier.php
 *	25 Juni 09
 */
* {
	font-size: 12px;
	font-family: 'Arial';
	background-color: white;
}
body {
	margin: 0px;
	padding: 10px;
	width: 500px;
}


.label {
	text-align: left;
	font-weight: 500;
}

.textbox, .select {
	width: 150px;
	background-color: white;
}
.textbox, .select, .checkbox, option {
	border: 1px solid #0186b6;
	background-color: white;
}
/* Dit is het groote textvak(TextArea) */
.Uw_vraag {
	width: 300px;
	height: 200px;
	border: 1px solid #0186b6;
	background-color: white;
}

