@charset "utf-8";
select.default {
    border-radius: 3px;
    height: 24px;
    line-height: 26px;
    text-indent: 10px;
    cursor: pointer;
    background-size: 40px 60px;
    background-position: right center;
    background-color: #FFF;
    border: 1px solid #999;
    padding: 2px 2px 2px 0;
}

select.default {
    height: 32px;
    line-height: 34px;
    text-indent: 5px;
}