img.selectArrowOff{
	cursor: pointer;
    margin-left: -27px;
    margin-top: 4px;
    position: absolute;
	filter:alpha(opacity=40);
	opacity:0.4;
}
img.selectArrow{
	cursor: pointer;
    margin-left: -27px;
    margin-top: 4px;
    position: absolute;
	filter:alpha(opacity=40);
	opacity:0.4;
}
img.selectArrow:hover{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
img.selectLoading{
    height: 20px;
    margin-left: -44px;
    margin-top: 8px;
    position: absolute;
	display: none;
/*	filter:alpha(opacity=40);
	opacity:0.4;*/
}
.ui-autocomplete{
	font-size: 12px !important;
	max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
	z-index: 99999999 !important;
}