/* CSS Document */
.inputSelect
{
    position:absolute;
    overflow-x:hidden;
    overflow-y:auto;
    border:1px solid #817F82;
    background:#fff;
}
.inputSelect li
{
    cursor: default;
    font-size: 9pt;
    height: 25px;
    line-height: 25px;
    text-indent:8px;
    color:#000;
    text-align:left;
    padding-right:10px;
}
.inputSelect .on
{
    background:#ebebeb;
}