


#searchform .selectbox
{
    float:left;
    height:170px;
    margin-right: 10px;
}
#searchform .field_name
{
    height: 20px; display: block;
}

#searchform ul
{
    list-style: none;
}



/*Custom select*/

div.custom-select-box{
    background-color:#CCC;
    
    width:180px;
    height:150px;
    cursor:default;
    font-size:0.8em;
    overflow: auto;
    
}
div.custom-select-box div.custom-unselect{
        padding-left:5px;
        background-color:#FFF;
    }
div.custom-select-box div.custom-select{
    background-color:#333537;
    font-weight:bold;
    padding-left:5px;
}


