div.selectbox-wrapper {
	position:absolute;
	width:400px;
	background-color:white;
	border:1px solid #ccc;
	margin:0px;
	padding:0px;
	/* font-size:0.8em;*/ 
	text-align:left;
	height:100px;
	overflow: auto;
	z-index: 1000;
}

div.selectbox-wrapper ul {
	list-style-type:none;
	margin:0;
	padding:0px;
}

div.selectbox-wrapper ul li.selected {
	background-color: #dad6d2;
}

div.selectbox-wrapper ul li.current {
	background-color: #faf0e6;
}

div.selectbox-wrapper ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}

/*label {
	display: block;
}*/

.selectbox {
	margin: 0px;
	padding:2px 3px;
	font-family:Arial, Tahoma, Helvetica, sans-serif; 
	font-size: 14px;
	display : block;
	width: 200px;
	text-align:left; 
	background: #ffffff url('../images/pictures/select-bg.gif') right top no-repeat;
	/*height:18px;*/
	height:20px;
	cursor: pointer;
	border:1px solid #dad6d2;
	color:#000;
}

select {
	/* background: #ffffff url('../images/pictures/select-bg.gif') right top no-repeat;*/
	outline-style:none; 
}




