div.sexy {
    font-family: "Times New Roman", Times, serif;
    font-size: 120%;
    white-space: nowrap;
    height: 21px;
    border: 0;
    margin: 0;
    padding: 1px 4px;
    width: 46px;
}

div.sexy input {
    margin: 0 0 0 0;
    padding:1px 3px;
    background:#fff url(text-bg.gif) repeat-x 0 0;
    border:1px solid #BFBAB0;
    height: 18px;
    line-height:18px;
    vertical-align:middle; 
    left: 0px;
    top: 0px; 
    width: 46px;  

}

div.sexy div.icon {
    width:15px;
    height:18px;
    border: 0;
    background:transparent url(trigger.gif) no-repeat 0 0;
    cursor:pointer;
    top:2px;
    right:2px;

}

div.sexy div.list-wrapper {
    left: 0px;
    top: 21px;
    border: 1px solid #BFBAB0;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 52px;
    bottom: auto;
    text-align: left;
}

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

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

div.sexy  li {
    padding: 0;
    padding-left: 5px;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 0;
}

div.sexy li.active {
    background-color: #BFBAB0;
}

div.sexy li:hover {
    background-color: #BFBAB0;
}

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