.dhtmlselect {
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    color: black;
    text-align: left;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
}

.dhtmlselect_sel {
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    color: black;
    text-align: left;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

.downimage {
/*style of "down" image to the right of the DHTML Select Menu*/
/*position: absolute;*/
    text-align: left;
    margin-left: 10px;
}

.dhtmlselectdropdown {
    border: 1px solid black;
    border-top: none;
    background-color: white;
    position: absolute;
    left: 0;
    display: none;
    z-index: 50;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}

.dhtmlselectdropdown .selected {
    font-weight: bold;
}

.dhtmlselectdropdown div {
    padding: 5px;
    padding-bottom: 0;
    padding-top: 0;
    white-space: nowrap;
    cursor:pointer;
    color:black;
}

