div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:none;
  margin:0px;
  margin-top:5px;
  padding:0px;
 /* font-size:0.8em;*/
  font-size: 12px;
  text-align:left;
  max-height:200px;
  z-index:2000;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  z-index:2000;
}
div.selectbox-wrapper ul li.selected { 
  background-color: green;
}
div.selectbox-wrapper ul li.current { 
  background-color: green;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  height:18px;
  line-height:18px;
  z-index:1000;
  background:#fefefe;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin-top:4px;
  padding-left:0;
  width : 170px;; 
  display : block;
  text-align:left; 
  background: url(images/option1.png) no-repeat;
  height:21px;
  cursor: pointer;
  border:none;
  z-index:1000;
}

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

