div.sexyYear {
    white-space: nowrap;
    height: 21px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 70px;
    float: left;
    position: relative;
    left: 5px;
}

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

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

}


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

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

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


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

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

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