.comboboxContainer { 
    margin-left: 5px;
    outline: none;
    display: inline-block;
    line-height: 25px;
    height: 25px;
} 
.comboboxValueContainer { 
    outline: none;
} 
.comboboxValueContent { 
    background: url(/public/img/ftsel_01.png) no-repeat left bottom;
    padding-left: 10px; 
    display: inline-block;
    height: 25px;
    text-transform: uppercase; 
} 
.comboboxDropDownContainer { 
     background: #fff; 
     overflow: hidden; 
     outline: none;
     text-align: center;
} 
.comboboxDropDownButton { 
    width: 35px; 
    height: 25px; 
    background: url(/public/img/ftsel_02.png) no-repeat right bottom;
    position: absolute;
    z-index: 2;
    right: 0;
     
} 
.comboboxGroupItemHeader { 
    display: block; 
    background: #041a2d; 
    color: #000; 
    font-family: Impact; 
} 
.comboboxGroupItemContainer { 
    padding-left: 10px; 
} 
.comboboxItem { 
    background: #041a2d; 
    color: #cdd6d7; 
    text-transform: lowercase; 
    font-weight: normal; 
    font-style: normal; 
} 
.comboboxItemHover { 
    background-color: #999; 
    color: #041a2d; 
    text-transform: uppercase; 
    padding-left: 4px; 
}