.dhx_combo_img{
    position:absolute;
    top:0px;
    right:0px;
    width:21px;
    height:22px;
}

.dhx_combo_option_img{
    position:relative;
    top:1px;
    margin-left:2px;
    left:0px;
    width:18px; height:18px;
}


.dhx_combo_input{
    color:#333333;
    font-family: Arial, Verdana, sans-serif;
    font-size: 9pt;
    border:0px;
    padding:2px 2px 2px 2px;
    position:absolute;
    top:0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.dhx_combo_box{
    position:relative;
    text-align:left;
    height:22px;
    _height:22px;
    overflow:hidden;
    background-color: white;
}
.dhx_combo_list{
   position:absolute;
   z-index:30;
   overflow-y:auto;
   overflow-x:hidden;
   border:1px solid #ccc;
   height:300px;
   text-align: left;
   font-family: Arial, Verdana, sans-serif;
   font-size: 9pt;
   background-color: white;
}

html:first-child .dhx_combo_list {
   text-align: center;
}

.dhx_combo_list div{
    cursor:default;
    padding:2px 2px 2px 2px;
}
.dhx_selected_option{
    background-color:#0079c8;
    color:white;
}


