#formLayout{
	padding: 0;
	float:left;
	width:400px;
}

.formVeld{
	width:235px;
	vertical-align:top;
	padding:2px 0;
}

.formText{
	vertical-align:top;	
	padding:2px 0;
}

.cInput1, .cInput2{
	width:190px;
	padding:1px;
	border:1px solid #000;
	font-family:Tahoma;
	font-size:11px;
}

.formVerplicht{
	vertical-align:top;
	color: #000000;
	width:3px;
}

.formVerstuur{
	vertical-align:top;
	width:194px;
	border:1px solid #000;
}

.verplichtRegel{
	font-style:italic;
	width:300px;
}

.foutmelding{
	width:250px;
	height:250px;
	position:absolute;
	top:10px;
	left:-272px;
	padding:10px;
	font-size: 12px;
	line-height:30px;
	color: #ae3606;
	list-style:none;
	border-top: 2px #fbc2c4 solid;
	border-bottom: 2px #fbc2c4 solid;
	border-left: 2px #fbc2c4 solid;		
	background: #fbe3e4 url(../../../images/error.jpg) no-repeat bottom right;
	z-index:100;
}

ul#fout li{
	padding:0;
	margin:0;
	list-style:none;
}

.aanmeldingVoltooid{
	width:250px;
	height:250px;
	position:absolute;
	top:10px;
	left:-272px;
	padding:10px;
	font-size: 12px;
	line-height:30px;
	color: #327004;
	list-style:none;
	border-top: 2px #c6d880 solid;
	border-bottom: 2px #c6d880 solid;
	border-left: 2px #c6d880 solid;		
	background: #e6efc2 url(../../../images/succes.jpg) no-repeat bottom right;
}
