/* FORM invoer veld */
table.form	{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px; 
	font-variant : normal;
	color : #2A428C;
	margin-left:25px;
	line-height: 16px;   
	}

.head { 
	background-color: #00558E; 
	padding-left:10px;
	padding-right:10px;
	height:24px;
	font-weight: bold;
	white-space: nowrap;
	color: White;
	}

.Kop
{
	font-weight: bold;
	text-transform: uppercase;
	color: #00558E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

.desc { 
	background-color: #E1E1E1; 
	padding-left:10px;
	padding-right:10px;
	height:24px;
	font-weight: bold;
	white-space: nowrap;
	}
	

.cont { 
	background-color: #EBEBEB; 
	padding-left:10px;	
	padding-right:10px;
	height:24px;
	white-space: nowrap;
	}

/* Style for invalid input */
.invalidInput{
	padding: 0px 15px 0px 1px;
	/*border: 1px solid #E60000;*/
	background-image:url(../images/validate.gif);
	background-position:right;
	background-repeat:no-repeat
}

/* Style for valid input */
.validInput{
	padding: 0px 15px 0px 1px;
	/*border: 1px solid #7F9DB9;*/
	background-image:url(../images/validate_ok.gif);
	background-position:right;
	background-repeat:no-repeat
}

label{
	font-weight: normal;
	padding-bottom:2px;
}

