div.custom-select-box{
    background-color:#FFFFFF;
    padding:5px;
    width:400px;
    cursor:default;
    font-family: "arial", sans-serif;
    font-size:0.8em;
}
div.custom-select-box div.custom-unselect{
    background-color:#CDCDCD;
    padding:3px;
}
div.custom-select-box div.custom-select{
    background-color:#FFFFFF;
    padding:3px;
    font-weight:bold;
}
