@CHARSET "ISO-8859-1";

body {
	font-family: Tahoma;
	color: #333333;
	font-size:10pt;
}

legend,label,select {
	font-size:10pt;
}

legend {
	color: red;
}

input,option {
	color: #FF9933;
}

div.title {
	border: thin solid #666;
	margin-bottom: 5pt;
	background-color:  #FF9933;

	color:#666;
	margin-top: 5pt;
	padding: 5pt;
	font-size: 150%
}

.verplicht_veld {
	color: red;
}

.fouten {
	color: red;
}

.help {
 	text-align:center;
	border-top: thin solid #FF9933;
	padding:5pt;
	margin-top:5pt;
}

a {
	color: #FF9933;

}

.button {
	font-size:12px;
	color: #FFFFFF;
	text-align:center;
	border: thin outset #FF6600;
	background-color: #FF6600;
	margin:2px;
}
