input.editable-select {
    background: #FFF url(../img/jquery.editable-select/arrow-down.gif) right center no-repeat;
    /*padding-right: 13px;*/
    padding-right:0;
    cursor: default;
    z-index:4010;
}

.editable-select-options {
    position: absolute;
    display: none;
    overflow: auto;
    margin: 0;
    padding: 0;
    background: #FFF;
    border: 1px solid #CCC;
    z-index: 4010;
}

.editable-select-options-overlay {
    background:transparent;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4000;
}

.editable-select-iframe {
    position: absolute;
    background: #FFF;

    z-index: 4009;
    display: none;
}

.editable-select-options ul {
    margin: 0;
    padding: 0;
    z-index: 4010;
    list-style: none;
    list-style-image: none;
}

.editable-select-options li {
    cursor: default;
    padding: 2px;
}

.editable-select-options li.selected {
    background-color: #EAEAEA;
}

