div.selectbox-wrapper {
	position:absolute;
	background-color:white;
	border:1px solid #ccc;
	left:0;
	top:22px;
	text-align:left;
	height:140px;
	overflow: auto;
	z-index:998;
}
div.selectbox-wrapper ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.selectbox-wrapper ul li.selected { 
	background-color: #aec68e;
}
div.selectbox-wrapper ul li.current { 
	background-color: #edffd6;
}
div.selectbox-wrapper ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
	height:18px;
}

label {
	display: block;
}
.selectbox /* look&fell of  select box*/
{
	text-align:left; 
	/*margin:4px 0 0 10px;*/ 
	background: url('bg_select.png') right;
	background-repeat:no-repeat;
	border:none;
	height:18px;
	cursor: pointer;
	width:180px;
	color:white;
}

