#sample1_iconselect, #sample2_iconselect, #sample3_iconselect { 
	width: 260px; 
	height: 18px; 
	padding: 2px 4px 4px 4px; 
	background: url(../images/formSelect.jpg) no-repeat; 
	font-size: 11px; 
	color: #3D5D87; 
	cursor: pointer;
}

#sample2_iconselect,
#sample3_iconselect {
	background: url(../images/formSelect2.png) no-repeat;	
	width: 214px; 
}

.selectwrapper { 
	margin-top: -1px;  
	margin-left: 0px; 
	background: #3D5D87; /* url('../img/selectDropdownBg.png') top left repeat-y; */
	padding-right: 2px; 
	display:none; 
	position:absolute;
	font-size: 11px;
	color: #FFFFFF;
	z-index: 3000000;
}

.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:#1B365D; 
	cursor:pointer; 
} 
.selectwrapper .selectedclass { 
	background-color:#1B365D; 
}

.selectfooter { 
	/*background: url('../img/selectDropdownBaseBg.png') bottom left repeat-y;  */
	height: 8px; 
	margin-bottom: -5px;
}

#sample1_options { 
	height: 80px; 
	overflow-y: scroll; 
	width: 270px;
	z-index: 3000000;
}

#sample2_options, #sample3_options { 
	height: 80px; 
	overflow-y: scroll; 
	width: 230px;
	z-index: 3000000;
}