﻿
select.select{
		position:relative;
		z-index:10;
		width:177px !important;
		height:26px !important;
		line-height:26px;
}

/* dynamically created SPAN, placed below the SELECT */
span.select
{
    position: absolute;
    bottom: 10px;
    float: left;
    left: 0;
    width: 177px;
    height: 26px;
    line-height: 26px;
    text-indent: 10px;
    background: url(/css/img/bg_select.gif) no-repeat 0 0;
    cursor: default;
    z-index: 1;
}