/* FORM invoer veld */
table.form {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 18px;
	font-size: 11px;
}
.title {
	background-color: #00558E;
	color: White;
	font-weight: bold;
	padding: 4px 2px 4px 6px;
}

.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;
	color : #696969;
	font-weight:bold;
	padding: 2px 6px 2px 6px;
	}
.desc A:link { 
	color: #D9300F;
	}
.desc A:visited { 
	color: #FF6700;
	}

.cont {
	background-color: #EBEBEB;
	color : Black;
	padding: 2px 6px 2px 6px;
	}
.cont A:link { 
	color: #89AFD4;
	}
.cont A:visited { 
	color: #89AFD4;
	}
	
.cont A:hover { 
	color: red;
	}
.contHov {
	background-color: #DAE7F1;
	color : Black;
	padding: 2px 6px 2px 6px;
	}
.space {
	height:10px;
	}

.formfield {
	font-size:11px;	
		
	}
	
/* 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;
}

form {
	margin:0px;
}
