div.sexy {
    white-space: nowrap;
    margin: 0 0 10px;
    font-size : 14px;
    color : #666;
    border  : none;
	background:transparent url(../images/dropdown_back.gif) no-repeat center center;
	display: block;
    width : 297px;
    height  : 38px;
}

div.sexy input {
    margin: 5px;
    font-size:11px;
    line-height:16px;
    height:20px;
    vertical-align:middle;
    border  : none 0px;
   /* width   : 200px;*/
    color : #000;
    padding: 7px 5px 0 5px;
}

div.sexy div.icon {
    width:16px;
    height:16px;
    border: 0;
    background:transparent url(../images/arrow-down.png) no-repeat center center;
    cursor:pointer;
    right : 10px;
    top   : 10px;
}


div.sexy div.list-wrapper {
    left: 0px;
    top: 38px;
    padding: 0;
    margin: 0 0 0 -1px;
    width: 297px;
    bottom: auto;
	position: relative;
}

div.sexy div.list-wrapper-up {
    top: auto;
    bottom: 21px;
}

div.sexy ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 185px;
}


div.sexy  li {
    padding: 1px 5px;
    font-size : 14px;
    height    : auto;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 0;
    list-style-type: none !important;
    list-style-position : outside !important;
}

div.sexy li.active {
    background-color: #DDD;
}

div.sexy input.empty {
    color: gray;
}