label.error {clear: both; display: block; width: 300px; color: #FF0000;}

#inschrijfformulier label{
	width: 105px;
	display: block;
	float: left;
}

#contactformulier div{
	padding: 3px;
	clear:both;
	text-align: right;
}

#contactformulier label {
	width: auto;
	display: block;
	float: left;
}

.altrow {
	background: #333333;
}

#submit {
	color: #fff;
}

#verzenden {
	background: url(../images/submit.jpg);
	height: 21px;
	width: 81px;
	border: 0px;
	margin: 5px 0 0 0;
}

label {
	width: 130px;
	display: block;
	float: left;
}

.clearboth {
	clear: both;
}

.input {
	width: 180px;
}

/* INSCHRIJVEN */

#inschrijven_naw label{
	margin: 0 15px 0 0;	
}

#checklist1 {
	width: 200px;
	float: left;
	margin: 0 0 10px 0;
}

	#checklist1 li, #checklist2 li {
		list-style: square;
		margin: 0 0 0 15px;
	}

#checklist2 {
	width: 150px;
	float: left;
	margin: 0 0 10px 0;
}

.marginright {
margin: 0 0 0 100px;
}

#verzendbox {
	width: 300px;
	height: 70px;
	background: #000;
	text-align: center;
	padding: 20px;
}