#SEL_CAT {
	background-image: url('../images/SELECTBOX/SEL_BG.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	color: #CCC;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	text-indent: 2px;
	line-height: 22px;
	width : 122px; 
	height:20px;
	cursor: pointer;
	border: 0;
	margin-bottom: 5px;
	vertical-align: middle;
}

#INP_ZOEK {
	background-image: url('../images/SELECTBOX/INP_BG.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #CCC;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	text-indent: 5px;
	line-height: 22px;
	width : 120px; 
	height:20px;
	border: 0;
	margin-bottom: 6px;
	vertical-align: middle;
}

#BUT_ZOEK {
	cursor: pointer;
	margin-bottom: 6px;
	vertical-align: middle;
	margin-right: 10px;
}