@charset "utf-8";
/* CSS Document */
label {
	width:150px;
	float:left;
	/*margin:5px;*/        /*afhankelijk van lettertype*/
}

.asteriks{ color:#DA261C;}

input[type=text]{
	width:250px;
	margin-bottom:10px;
}

input[type=radio]{
	margin-bottom:10px;

	
	
}

input[type=submit]{
	margin-left:150px;
	margin-top:10px;
}
#msg_container{
	background-color:#E8B4AE;
	border:solid 1px #DA261C;
	width:500px;
	padding:5px 25px;
	color:#DA261C;
	margin:10px;
	margin-left:55px;

}

.juist{
	background-color:#FFFFFF; 
	border:solid 1px gray;
}

.fout{
	background-color:#E8B4AE; 
	border:solid 1px #DA261C;
	/*border-color:#DA261C;*/
}
a {
	background-color:none;
 }

