/* MAIN STYLES */
body, html {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #333333;
}

a		{ color: #58a0cd; text-decoration: underline; }
a:hover	{ text-decoration:none;	}
<!-- ENQUETE -->
#enq {
	
}
#enq_sluiten {
	 position:absolute;
	 margin-left:595px;
	 top:10px;
}
#enq input[type=text] {
	width: 200px;
	border: 1px solid #999999;
}
#enq #blue input[type=text] {
	width: 150px;
	border: 0px;
}
#enq .white {
	color: #ffffff;
	
}
