#ui-select-menu-wrap{background:#fff}
.-ui-select-menu-value{ width:100px; height:30px; line-height:30px; cursor:pointer;border:1px solid #bebebe; border-radius:2px; text-align:left; color:#111;margin:0;}
.-ui-select-menu-value img{float:right; margin-right:5px; }
.-ui-select-menu-value span{margin-left:10px; }
.-ui-select-menu{display:inline-block;position:absolute;border:1px solid #bebebe; width:100px;padding:0; margin:0 0 0 0; background:#fff;text-align:left;  z-index:999;}
.-ui-select-menu li{padding:0 0 0 10px; width:100%; height:30px; line-height:30px; list-style:none; cursor:pointer; border:0px;}
.-ui-select-menu li:hover{background:#eee;}
.selected-none{
	-ms-user-select: none; 
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.-ui-select-menu.bottom{border-radius:0 0 2px 2px;}
.-ui-select-menu.top{border-radius:2px 2px 0 0;}
.-ui-select-click {border-radius:2px 2px 0 0; border-bottom:1px solid transparent ;}
.-ui-select-click-top {border-radius:0 0 2px 2px; border-top:1px solid transparent ;}