.iselect { position:relative; display:inline-block; zoom:1; height:24px; line-height:24px; }
    .iselect .old { height:1px; overflow:hidden; }
    .iselect .text { height:40px; line-height: 38px; text-indent:5px; background:#fff; border:solid 1px #a9a9a9; cursor:default;text-align: start;    width: 404px !important;position: relative;top: -9px;border-radius: 4px; }
    .iselect .text:hover { border-color:#F34B4B;}
    .iselect .dropdown { position:absolute; left:0; top:27px; z-index:99;  width: 406px !important; height:auto; background:#fff;     }
    .iselect .dropdown ul { border:solid 1px #d5d5d5; max-height:360px; overflow:auto;width: 405px; }
    .iselect .dropdown li { cursor:pointer; text-align: start;}
    .iselect .dropdown li a { display:block; padding:0 5px; color: #383838; }
    .iselect .dropdown li.selected a {background: #F34B4B;color: #eee;text-align: start;}
    .iselect .dropdown a:hover { background:#eee; }