 #select_sluzby_iconselect, #select_refference_iconselect, #select_area_iconselect
 {
    margin-bottom: 4px;
    border: 1px #1A1A1A solid;
    background: #414141;
    padding-left: 5px;
    margin-right: 5px;
    margin-top: 4px;
    width: 195px;
    color: white;
    height: 18px;
    font-size:12px;
}

.selectwrapper { 
    margin-top: -5px;
    margin-left: 0px;
    border: 1px #1A1A1A solid;
    background: #414141;
    padding-right: 2px;
    display:none;
    position:absolute;
    width: 198px;
    font-size:12px;
    z-index: 1000;
}
.selectwrapper .selectitems {
    padding:3px;
    
    margin-left: 2px;
    border-bottom: solid 1px #ddd;
}
.selectwrapper .last
{ 
    border: none;
}
.selectwrapper .selectitems span { 
    padding-left: 5px;
} 
.selectwrapper .hoverclass { 
    color:white;
    cursor:pointer;
} 

.selectfooter { 
    height: 0px;
}

#select_sluzby_options, #select_refference_options, #select_area_options {
    height: 120px;
    overflow-y: scroll;
    width: 200px;
}