#overlayScreen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.1);
    display: none;
}
#memberSearchTab .customerTable .FF2customSelect {
    position: relative;
    width: auto;
}

.login_main_container .comboLogin .FF2customSelect {
    position: relative;
    width: 200px;
}

.FF2customSelect input {
    float: left;
    padding-right: 20px;
    background-color: #E6E4E4;
    padding: 4px;
    border: 1px solid #B1B1B1;
}

.clearLR {
    clear: both;
    width: 0;
    height: 0;
}

.FF2customSelect .optHolder {
    height: 320px;
    overflow-y: auto;
    position: absolute;
    top: 25px;
    /*width:100%;*/
    background-color: #E6E4E4;
    border: 1px solid #B1B1B1;
}

.comboLogin .FF2customSelect .optHolder {
    width: 100%
}

.customerTable .FF2customSelect .optHolder {
    width: 65%
}

.FF2customSelect ul.options {
    width: 100%;
    margin: 0;
    padding: 0;
}

.FF2customSelect ul.options li {
    cursor: pointer;
    line-height: 1;
    min-height: 12px;
    padding: 4px 2%;
    width: 96%;
}

.FF2customSelect .downIcon {
    height: 15px;
    margin: 4px;
    width: 15px;
    background: url("/theme/img/luxvisioncare/icon-dropdown.gif") no-repeat;
    cursor: pointer;
    float: left;
    position: relative;
    left: -23px;
    top: 2px;
}

.FF2customSelect ul.options li.active {
    color: white;
    background-color: #3875D7
}

.FF2customSelect .errorMatch {
    background-color: white;
    color: black;
    display: none;
    margin: 5px;
}