div.selectbox-wrapper {
  background: #232323;
  position:absolute;
  margin: -10px 0 0 0px;
  max-height:200px;
  padding:0px;
  text-align:left;
  width:282px;
}
div.selectbox-wrapper ul { list-style-type:none; margin: -1px 0 0 0; padding:0px; width: 282px; }
div.selectbox-wrapper ul li.selected { background: #389a00; color: #fff; width: 282px; }
div.selectbox-wrapper ul li.current { background: #389a00; color: #fff; width: 282px; }
div.selectbox-wrapper ul li {
	background: #232323;
	color: #737373;
	cursor:pointer;
	display:block;
	font: 11px Verdana, Arial, Helvetica, sans-serif; 	
	list-style-type:none;
	margin:0;
	padding: 5px 0 7px 3px;
	width: 282px;
}
.selectbox { 
	background: #737373 url('/files/System/img/form_select_btn.png') right top no-repeat; 
	border: none; 
	cursor: pointer; 
	display : block; 
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	height: 21px;
	margin: 7px 5px 10px 0px;
	padding: 4px 0 0 3px;  
	width : 282px;
	text-align:left; 
}


