

.formTitel{
	padding-left:		10px;
}

iframe{
	margin:			10px 0px 0px 0px;
}

label {
	padding:		5px 0px 3px 0px;
	margin:			0px 20px 0px 0px;
	min-width:		30px;
	text-align:		left;
	float:			left;
}

label.error { 
	display:		none;
	padding:		5px 0px 3px 0px;
	width:			100%;
	color:			red;
	clear:			both;
}

form#contactForm input{
	margin-bottom:		10px;
	padding:		2px;
	width:			100%;
	height:			15px;
	line-height:		16px;
	border:			none;
	background-color:	#E3E4E4;
}

form#afleverForm input{
	margin-bottom:		10px;
	padding:		2px;
	width:			100%;
	height:			15px;
	border:			none;
	text-align:		left;
	background-color:	#E3E4E4;
}

form#factuurForm input{
	margin-bottom:		10px;
	padding:		2px;
	width:			100%;
	height:			15px;
	border:			none;
	background-color:	#E3E4E4;
}

form#nieuwsbriefForm input{
	margin-bottom:		10px;
	padding:		2px;
	width:			100%;
	height:			15px;
	border:			none;
	background-color:	#E3E4E4;
}

textarea {
	width:			100%;
	padding:		2px;
	min-height:		65px;
	overflow:		hidden;
	border:			none;
	background-color:	#E3E4E4;
}

textarea#opmerking{
	min-height:		120px;
}

form#contactForm input#checkbox{
	float:			left;
	width:			20px;
}

button {
	margin:			5px 0px 0px 0px;
	padding:		0px 0px 0px 15px;
	background-image:	url('../images/small_blue_arrow.gif');
	background-repeat:	no-repeat;
	height:			15px;
	border:			0px;
	cursor:			pointer;
	float:right;
}

.status{
	padding:		20px 0px 0px 0px;
	font-weight:		bold;
}

form#contactForm{
	padding:		0px;
}
