div.sbox_container {
    position: absolute;
    left: 77px;
    top: 29px;
    line-height: 18px;
    text-align: center;
    font-face: Arial;
    font-weight: bold;
}

div.sbox_display {
    position: absolute;
    left: 0px;
    top: 1px;
    height: 18px;
    width: 31px;
    line-height: 18px;
    text-align: center;
    font-face: Arial;
    font-weight: bold;
    font-size: 14;
    color: black;
}

div.sbox_more {
    position: absolute;
    left: 32px;
    top: 0px;
    height: 18px;
    width: 14px;
    cursor: pointer;
}

div.sbox_options {
    position: absolute;
    left: 0px;
    top: 19px;
    z-index: 10;
}

div.sbox_option {
    position: absolute;
    left: 0px;
    line-height: 16px;
    height: 16px;
    font-size: 14px;
    width: 45px;
    cursor: pointer;
    background-color: #C5C5C5;
    border-left: 1px solid #6C6C6C;
    border-right: 1px solid #6C6C6C;
    color: black;
}

div.sbox_option_selected {
    position: absolute;
    cursor: pointer;
    left: 0px;
    line-height: 16px;
    height: 16px;
    font-size: 14px;
    width: 45px;
    font-weight: bold;
    background-color: #ECECEC;
    border-left: 1px solid #6C6C6C;
    border-right: 1px solid #6C6C6C;
    color: black;
}

div.sbox_last {
    background-color: #C5C5C5;
    position: absolute;
    height: 2px;
    width: 45px;
    border-bottom: 1px solid #6C6C6C;
    border-left: 1px solid #6C6C6C;
    border-right: 1px solid #6C6C6C;
}
