
div.selectbox-wrapper {
  position:absolute;
  background-color:#000;
  margin:0px;
  height: 23px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  width: 182px;
  padding: 0;
}

div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  
  width:184px;
  border:1px solid #777777;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #333333;
}
div.selectbox-wrapper ul li.current { 
  background-color: #333333;
}
div.selectbox-wrapper ul li {
	background: #333333;
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  width:180px;
}

div.selectbox-wrapper ul li:hover {
color:#fff;
background: #111;
}


label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px;
  padding-left:2px;
  font-family:Arial;
  font-size:12px;
  width : 180px; 
  display : block;
  text-align:left; 
  background: #333333 url('./images/bg_select.png') right;
  height:17px;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #777777;
  color:#fff;
}

select {
	background: url('./images/bg_select.png') right;
}


