div.sexy {
    white-space: nowrap;
    height: 34px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 215px;
    border: 1px solid #ae7200;
}

div.sexy input {
    margin: 0 0 0 0;
    /* TOP, RIGHT, BOTTOM, LEFT */
    padding: 10px 0px 0px 10px;
    font:normal 12px tahoma, arial, helvetica, sans-serif;
    background:#fff url(text-bg.jpg) repeat-x 0 0;
    height: 34px;
    border: 0;
    vertical-align:middle; 
    left: 0px;
    top: 0px; 
    width: 177px;  
    padding-left: 5px;

}

div.sexy div.icon {
    width:39px;
    height:34px;
    border: 0;
    background:transparent url(trigger.jpg) no-repeat 0 0;
    cursor:pointer;
    top:0px;
    right: 0px; 

}


div.sexy div.list-wrapper {
    left: 0px;
    top: 34px;
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 213px;
    bottom: auto;
}

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: 5px;
    font:normal 14px tahoma, arial, helvetica, sans-serif;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 0;
}

div.sexy li.active {
    background-color: #f2f2f2;
}

div.sexy input.empty {
    color: gray;
}