div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:#303030;
  border:1px solid #525252;
  margin:-2px 0 0 10px;
  padding:3px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #ACAE05;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  border-bottom: 1px dotted #525252;
}

label {
    display: block;
}
.selectbox
{
  /*margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.8em;
  width : 10em; 
  display : block;
  text-align:left; 
  background: url('bg_select.png') right;
  cursor: pointer;
  border:1px solid #D1E4F6;
  color:#333;*/
	width: 188px;
	height: 19px;
	background: url('/temas/default/imgs/btsel.jpg') no-repeat 0 0; 
	color: white; 
	border: 0px; 
	padding: 5px;
	margin-left: 10px;
	font-family: arial;
	cursor: pointer;
}
