.tselect
{
    padding-right  : 2px;
    padding-left   : 2px;
    padding-top    : 0px;
    padding-bottom : 0px;
}

.tselect_disabled
{
    background-color : #eeeeee;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .tselect
    {
        background-color      : #ffffff;
        border                : 1px solid #a0a0a0;
        border-radius         : 3px;
    }
    
    .tselect_disabled
    {
        background-color      : #eeeeee;
        border-color          : #a0a0a0;
        border-radius         : 3px;
    }
}