@CHARSET "UTF-8";
.jquery-selectbox-year {
position: relative;
z-index: 0;
font-size: 13px;
width:72px;
float:left;
margin-left:-30px;
margin-top:-12px;
}
.jquery-selectbox-year.selecthover {
border-color: #9F7627;
z-index: 700;
}	
.jquery-selectbox-year .jquery-selectbox-year-currentItem {
padding-right: 3px;
white-space: nowrap;
display: block;
overflow: hidden;
}
.jquery-selectbox-year .jquery-selectbox-year-list {
display: none;
position: absolute;
top: 20px;
left:-10px;
padding: 2px 2px 2px 10px;
width: 76px;
height:160px;
overflow-x: hidden;
overflow-y: auto;
z-index: 1000;
background: #92CF5B;
border-top:0;
}
.jquery-selectbox-year .jquery-selectbox-year-moreButton {
float:right;
background: url(../images/select_card_type_orange.png) no-repeat;
width: 24px;
height: 14px;
cursor: pointer;
margin-top:2px;
}
.jquery-selectbox-year .jquery-selectbox-year-moreButton.morebuttonhover {
background: url(../images/select_card_type_orange.png) no-repeat;
width: 24px;
height: 14px;
/*padding:0px 8px 0px 0px;
margin-top:3px;*/
cursor:pointer;
}
.jquery-selectbox-year .jquery-selectbox-year-item.listelementhover {
color: #F26631;
cursor:pointer;
}
.jquery-selectbox-year .jquery-selectbox-year-item {
display: block;
cursor: default;
text-align:left;
padding-right:3px;
}

