div.selectbox-wrapper
{
    position: absolute;
    width: 140px;
    background-color: white;
    border: 1px solid #EBEBEB;
    margin: 0px;
    padding: 0px;
    font-size: 9px;
    text-align: left;
    line-height: 18px;
    height: 80px;
    overflow:auto;
    z-index:3001;
    left:20px;
}
div.selectbox-wrapper ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
div.selectbox-wrapper ul li.selected
{
    background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current
{
    background-color: #CDD8E4;
}
div.selectbox-wrapper ul li
{
    list-style-type: none;
    display: block;
    margin: 0;
    cursor: pointer;
    line-height: 18px;
    color: #7f7f7f;
    padding: 0 0 0 2px;
    font-size: 9px;
}
label
{
    display: block;
}
.selectbox
{
    font-size: 9px;    
    width: 118px;    
    background: url('images/bg_select.png') right;    
    cursor: pointer;    
    border: 1px solid #EBEBEB;    
    display: block;    
    text-align: left;    
    line-height: 18px;    
    color: #7f7f7f;    
    padding: 0 0 0 2px;    
    float: left;
}
