.ux-mselect{
    overflow:auto;
    background:white;
    position:relative; /* for calculating scroll offsets */
    zoom:1;
    overflow:auto;	
}
.ux-mselect-item{
    font:normal 12px tahoma, arial, helvetica, sans-serif;
    padding:2px;
    border:1px solid #fff;
    white-space: nowrap;
    cursor:pointer;
}
.ux-mselect-selected {
	border:1px dotted #a3bae9 !important;
    background: #DFE8F6 url('../../images/SURF/green-check-12x12.png') no-repeat;
    cursor:pointer;
	padding-left: 16px;
}
.ux-mselect-selected {
	background-position: 2px 3px;
}
.ext-ie .ux-mselect-selected {
	background-position: 2px 5px;
}


