.custom-combobox {
    position: relative;
    display: inline-block;
}
.custom-combobox .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;

    background: url("/img/new/index/phSel.png") no-repeat center;
    background-position: -7px center;
    width: 30px;
    height: 32px;
    right: 0;
    border: 1px solid #bebebe;
    border-width: 0 0 0 1px;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
}
.wl75 .custom-combobox .custom-combobox-input {  max-width: 90%;}
.custom-combobox .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    width: 324px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 21px;
    text-align: left;
    background: transparent;
    color: #202020;
}

.custom-combobox .custom-combobox-input:focus, .custom-combobox .custom-combobox-toggle:focus{
    border: none;
    outline: none;
}

.ui-autocomplete-category{
    color: #666;
    margin: 5px 0;
}
