div.sexy {
    white-space: nowrap;
    margin: 0 0 0 10px;
    font-size : 11px;
    color : #666;
    border  : 0;
    width : 150px;
    height  : 19px;
	float: left;
}

div.sexy input {
	background: url(../images/input142.gif) 0 0 no-repeat;
	width:142px;
	height:19px;
	line-height:19px;	
	margin:0 0 10px 0;
	padding-left: 5px;	
	font-size: 11px;
	border: 0 none;
}

div.sexy div.icon {
    width:20px;
    height:19px;
    border: 0;
    background:transparent url(../images/sexycombo/arrow-down.png) no-repeat center center;
    cursor:pointer;
    right : 10px;
    top   : 2px;
}


div.sexy div.list-wrapper {
    left: 0px;
    top: 22px;
    border: 0px;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0 0 0 -1px;
    width: 165px;
    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: 1px 5px;
    font-size : 11px;
    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;
}
