#sample1_iconselect, 
#sample2_iconselect,
#sample3_iconselect {
	height: 19px;
	padding: 2px 4px 4px 7px; 
	font-size: 11px; 
	color: #000000; 
	cursor: pointer;
}

#sample1_iconselect,#sample3_iconselect {
	width: 72px;
	background: url(../img/bg_select_day.jpg) no-repeat;
}

#sample2_iconselect {
	width: 118px;
	background: url(../img/bg_select_month.jpg) no-repeat;
}

.selectwrapper { 
	margin-top: -1px;  
	margin-left: 0px; 
	background: transparent;
	padding-right: 2px; 
	display:none; 
	position:absolute;
	width: 199px;
	font-size: 11px;
	color: #000000;
	z-index: 100000;
}

.selectwrapper .selectitems {  
	padding:3px; 
	z-index: 10000; 
	margin-left: 2px; 
	border-bottom: solid 1px #ddd; 
}
.selectwrapper .last { 
	border: none; 
}
.selectwrapper .selectitems span { 
	padding-left: 5px; 
} 
.selectwrapper .hoverclass { 
	background-color:#EDEDED; 
	cursor:pointer; 
} 
.selectwrapper .selectedclass { 
	background-color:#EDEDED; 
}

.selectfooter { 
	height: 8px; 
	margin-bottom: -5px;
}

#sample1_options, 
#sample2_options,
#sample3_options{ 
	overflow-y: scroll; 
	width: 197px;
	background:#FFF;
	border: solid 1px #F1F1F1;
}

#sample1_options, #sample3_options { 
	width: 80px;
}

#sample2_options {
	width: 126px;
	height: 150px;
}

#sample1_options {
	height: 150px;
}