/*demo styles*/
select { width: 390px; }

/*select with custom icons*/
body a.customicons { height: 2.8em;}
.customicons li a, a.customicons span.ui-selectmenu-status { line-height: 2em; }
body .aa .ui-selectmenu-item-icon { background: url(/img/select/1.png) 0 0 no-repeat;height: 36px; width: 80px; }
body .bb .ui-selectmenu-item-icon { background: url(/img/select/2.png) 0 0 no-repeat;height: 36px; width: 80px; }
body .cc .ui-selectmenu-item-icon { background: url(/img/select/3.png) 0 0 no-repeat;height: 36px; width: 80px; }		
body .xx .ui-selectmenu-item-icon { background: url(/img/select/0.png) 0 0 no-repeat;height: 36px; width: 80px; }		

