#formLayout{
	padding: 0;
	float:left;
	width:375px;
}

.formVeld{
	width:230px;
	vertical-align:top;
	padding:2px 0;
}

.formText{
	vertical-align:top;	
	padding:2px 0;
}

.cInput1, .cInput2{
	width:190px;
	padding:4px;
	border:1px solid #c1c1c1;
	font-family:Tahoma;
	font-size:11px;
}

.formVerplicht{
	vertical-align:top;
	color: #FF0000;
	width:3px;
}

.formVerstuur{
	vertical-align:top;
	width:194px;
	border:1px solid #c1c1c1;
}

.verplichtRegel{
	font-style:italic;
	width:245px;
	padding:10px 0;
}

.foutmelding{
	width:340px;
	padding:10px;
	line-height:15px;
	color: #ae3606;
	list-style:none;
	border: 2px #fbc2c4 solid;
	background: #fbe3e4;
	z-index:100;
	float:left;
}

.foutmeldingBestellen{
	width:340px;
	padding:10px;
	line-height:15px;
	color: #ae3606;
	list-style:none;
	border: 2px #fbc2c4 solid;
	background: #fbe3e4;
	z-index:100;
	float:left;
}

.foutmelding li, .aanmeldingVoltooid li, .foutmeldingBestellen li{
	padding:0;
	margin:0;
	list-style:none;
}

.aanmeldingVoltooid{
	width:340px;
	padding:10px;
	line-height:15px;
	color: #327004;
	list-style:none;
	border: 2px #c6d880 solid;
	background: #e6efc2;
	float:left;
}

.inputBel{
	width:153px;
	height:19px;
	padding:1px 4px;
	background: url(../../../images/input_belmeterug.jpg) no-repeat top left;
	border:none;
	font-family:Tahoma;
	font-size:11px;	
	margin-bottom:3px;
}

.belVerstuur{
	width:161px;
	height:21px;
	background: url(../../../images/submit_belmeterug.jpg) no-repeat top left;
	border:none;
	font-family:Tahoma;
	font-size:14px;
	color:#fff;
	text-align:center;
	cursor:pointer;
}


.foutmeldingBel{
	width:145px;
	height:145px;
	padding:10px;
	line-height:15px;
	color: #ae3606;
	list-style:none;
	border: 2px #fbc2c4 solid;
	background: #fbe3e4;
	z-index:100;
	position:absolute;
	top:0;
	right:0;
}

.foutmeldingBel li, .aanmeldingVoltooidBel li{
	padding:5px 0;
	margin:0;
	list-style:none;
}

.aanmeldingVoltooidBel{
	width:145px;
	height:145px;
	padding:10px;
	line-height:15px;
	color: #327004;
	list-style:none;
	border: 2px #c6d880 solid;
	background: #e6efc2;
	position:absolute;
	top:0;
	right:0;
}

