/* Selectboxen voor datum */
select.form_date
{
	font-size: 11px;
	height: 21px;
	border: 1px solid #000000;

}

/* Selectbox voor zelf ingevoerde waarden */
select.form_select
{
	font-size: 11px;
	height: 21px;
	border: 1px solid #000000;
}

/* Selectbox voor zelf ingevoerde waarden, lijst met meerdere mogelijkheden */
select.form_list
{
	font-size:12px;
	width:250px;

}
input.form_submit, input.form_reset
{
	cursor: hand; 	
	padding: 4px;
	border: 1px solid #A2A9B1; 
	background-color:#E8E9EB;
	height:24px;
	font-size:11px;
	color: #767d89;
	
}
input.form_input
{
	font-size: 11px;
	width: 170px;
	border: 1px solid; border-color: #A2A9B1;
	background-color:#E8E9EB;
	height:16px;
}

textarea.form_textarea
{
	font-size: 11px;
	width: 170px;
	border: 1px solid; border-color: #A2A9B1;
	background-color:#E8E9EB;
}

/* Radio buttons Ja/Nee */
radio.form_radio
{
	font-size: 11px;
	height: 21px;
	border: 1px solid #000000;

}

/* Selectbox voor tijd */
select.form_time
{
	font-size: 11px;
	height: 21px;
	border: 1px solid #000000;
}


/* Labels voor elk formulier veld */
td.tdFormText
{
	text-align: right;
	text-decoration: none;
	border:0px;
}
td.tdInput
{
	text-align: right;
	text-decoration: none;
	border:0px;
}

/* * als veld verplicht is */
span.verplicht
{
	color:#C71E42;
	left:10px;
}

/* Error melding onder invoer veld als invoer verplicht is en formulier verzonden */
div.errormsg
{
	color:#C71E42;
}