.select 
{    text-align:left;
    position: absolute;    width: 110px; 
/* With the padding included, the width is 190 pixels: the actual width of the image. */
    
height: 19px;
    padding: 0 24px 0 8px;
    color: #fff;
    font-family:Arial;
font-weight:bold;
font-size:11px;
    white-space:nowrap;
/*background: url(/img/select.png) no-repeat;*/
background-position:top;
    overflow: hidden;

}

