@charset "utf-8";
/* CSS Document */

form {
	padding:		0;
	margin:			0;
}

.tekst_houder {
	width:	 		100px;
	height: 		24px;
	float:			left;
}

.input_houder_bericht {
	float:			left;
	width: 			250px;
	height: 		115px;
}

#bericht {
	width:			240px;
	height:			105px;
}

.input_houder {
	height: 		24px;
}

.buttons_houder {
	height: 		24px;
	float:			left;
	clear:			left;
}

input.fout, textarea.fout {
}

label.fout {
    color: 			#FF0000;
}

.tekst_houder_kopie {
	padding-top: 	6px;
	padding-bottom:	4px;
	width:	 		130px;
	height: 		24px;
	float:			left;
}

#vinkje {
	padding-top: 	6px;
	padding-bottom:	4px;
	float:			left;
	clear			:both;
}


#naam {
	width:			240px;
}

#email {
	width:			240px;
}

#onderwerp {
	width:			240px;
}

#spacer_onder_form {
	height:			5px;
	width:			15px;
	float:			left;
	clear:			left;
}


#form_tel {
	padding:		10px 0 0 20px;
	clear:			both;
}

#bellen {
	float:			left;
}

#label_bellen {
	margin:			0 0 0 5px;
}

