div.sexyDay {
    white-space: nowrap;
    height: 21px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 55px;
    float: left;
}

div.sexyDay input {
    background: white; 
    font-size: 14px; 
    width: 30px;
    color: #666699;
}

div.sexyDay div.icon {
    width:14px;
    height:6px;
    background:transparent url(../images/dropdown.gif) no-repeat 0 0;
    cursor:pointer;
    top:18px;
    left: 40px; 

}


div.sexyDay div.list-wrapper {
    left: 0px;
    top: 25px;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 55px;
    bottom: auto;
    border: 1px solid #7AE4FF;
    border-top: 0px;
}

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

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


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

div.sexyDay li.active {
    background-color: rgb(223, 232, 246);
}

div.sexyDay input.empty {
    color: #666699;
}
