.ctrl_txt, .ctrl_cmb, .ctrl_lst, .ctrl_fil, .ctrl_txa, .ctrl_txa_max, .ctrl_dte, .ctrl_col, .ctrl_tme {
	border: 1px solid #005996;
}

.ctrl_cmb {
	width: 147px;
}

.ctrl_cmb_button, .ctrl_cmb_button_over, .ctrl_cmb_button_pressed {
	font-size: 1px;
	background-image: url(/mod_bin/general/arrow.php?d=d&fc=FFCC00);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #005996;
	border-left: 0px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #808080;
	border-bottom: 0px solid #808080;
	width: 16px;
	height: 100%;
}

.ctrl_cmb_list {
	border: 1px solid #ACC4DC;
	scrollbar-shadow-color:#910909;
	scrollbar-3dlight-color:#910909;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#910909;
	scrollbar-darkshadow-color:#910909;
	scrollbar-face-color:#910909;
	scrollbar-highlight-color:#910909;
	scrollbar-track-color: #FFFFFF;
}

.ctrl_cmb_list * {
	white-space: nowrap;
}