div.sexy {
    white-space: nowrap;
    height: 21px;
    border: 0;
    margin: 0;
    padding: 0;
    /* width: 146px; */
	width: 166px;
}

div.sexy input {
    margin: 0 0 0 0;
    font:normal 12px tahoma, arial, helvetica, sans-serif;
    padding:1px 3px;
    /* background:#fff url(text-bg.gif) repeat-x 0 0; */
    background:#fff;
    /* border:1px solid #B5B8C8; */
    border:1px solid #b6b6b6;
    height: 18px;
    line-height:18px;
    vertical-align:middle; 
    left: 0px;
    top: 0px; 
    /* width: 129px; */  
	width: 158px;

}

div.sexy div.icon {
    width:17px;
    height:21px;
    border: 0;
    background:transparent url(trigger.gif) no-repeat 0 0;
    cursor:pointer;
    border-bottom: 1px solid #b6b6b6;
    top:0px;
    /* left: 129px; */ 
	right: 0px;

}


div.sexy div.list-wrapper {
    left: 0px;
    top: 21px;
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    /* width: 146px; */
	width: 165px;
    bottom: auto;
	max-height:140px;
	-overflow-y: scroll!important;
}

div.sexy div.list-wrapper-up {
    top: auto;
    bottom: 21px;
}

div.sexy ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 140px;
}


div.sexy  li {
    padding: 0;
    padding-left: 5px;
    /* font:normal 14px tahoma, arial, helvetica, sans-serif; */
    font:normal 12px tahoma, arial, helvetica, sans-serif;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 0;
}

div.sexy li.active {
    background-color: rgb(239, 239, 239);
}

div.sexy input.empty {
    color: gray;
}