div.selectbox-wrapper {
    position:absolute;
    z-index:100;
    width:266px !important;
    font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size:12px !important; 
    color:#B5B9C0 !important;
    background:#373B43;
    border:1px dashed #646975;
    border-top:0;
    margin:0px;
    padding:0px;
    font-size:0.8em;
    text-align:left;
    max-height:200px;
    overflow:auto;
}
div.selectbox-wrapper ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
div.selectbox-wrapper ul li.selected { 
    background: #B5B9C0;
    color:#373B43;
}
div.selectbox-wrapper ul li.current { 
    background: #B5B9C0;
    color:#373B43;
}
div.selectbox-wrapper ul li {
    list-style-type:none;
    display:block;
    margin:0;
    padding:6px 13px 6px 13px !important;
    cursor:pointer;
}

.selectbox{
    font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size:12px;
    width:242px;height:23px;
    padding:8px 13px 0 13px; 
    display : block;
    text-align:left; 
    background: url('../images/buttons/select.gif') no-repeat right !important;
    color:#B5B9C0;
    cursor:pointer;    
}

select {background: url('../images/buttons/select.gif') no-repeat right;}

