/* Stofzuigerzak zoekfunctie */
div#stofzuigerzak_zoekfunctie {
	font-size: 1.0em;
}
div#stofzuigerzak_zoekfunctie table {
	border-collapse: collapse;
	/* totale breedte 720 */
	width: 720px;
	/* totale hoogte 50 */
	height: 50px;
	background-image: url(../images/bg_alfabet.jpg);
	background-repeat: no-repeat;
	background-position:center;
}
div#stofzuigerzak_zoekfunctie th {
	/* totale breedte 720 */
	width: 720px;
	/* totale hoogte 25 */
	height: 25px;
	text-align: center;
	font-size: 1.3em;
	color: white;
}
div#stofzuigerzak_zoekfunctie td.stofzuigerzak_zoekveld {
	text-align: center;
	height: 25px;
	font-size: 1em;
}
div#stofzuigerzak_zoekfunctie input.zoek {
	width: 200px;
	height: 14px;
	color: #4C5E94;
	font-size: 1em;
	border: 1px solid #D2E9FF;
}
div#stofzuigerzak_zoekfunctie input.submit {
	width: 100px;
	height: 19px;
	color: #4C5E94;
	font-size: 1em;
}