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

/* contact form */
#invulvelden	{ font-size:11px; color:#000; line-height:28px; }

#invulvelden label { cursor:pointer; }

#invulvelden select {
	width: 206px;
	margin:3px 0 3px 0;
}


#invulvelden input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#invulvelden #PostcodeCijfers {
	width:30px;
	margin-right:5px;
	float: left;
}

#invulvelden #PostcodeLetters {
	width:15px;
	float: left;
	margin-right:0;
}

#invulvelden #Woonplaats {
	width:140px;
}

#invulvelden  #Rekeningnummer, #Email, #Achternaam, #Telefoonnummer, #Adres, #Voornaam, #Onderwerp, #Bedrijfsnaam {
	width:161px;
	margin-left:10px;
	color:#d03e22;
}

#invulvelden #Reactie	{
	width:161px;
	height:110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:10px;
	color:#d03e22;
}

#invulvelden #Submit { 
font-size:13px; font-family:Georgia, "Times New Roman", Times, serif; width:165px; color:#fff; border:groove; background:#d03e22; padding:5px; float:right;
}

fieldset	{ border:0; padding:10px; }
legend 		{ color:#18676f; padding:5px; border-bottom:3px double #18676f; }
