div.selectbox-wrapper {
    position:absolute;
    width:400px;
    background-color:white;
    border:1px solid #a0cb00;
    margin:0px;
    margin-top:-10px;
    padding:0px;
    text-align:left;
   overflow: auto;
   z-index: 50000;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #CFE580;
}
div.selectbox-wrapper ul li.current { 
  background-color: #EDf5CC;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding: 4px;
  font-size: 110%;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding: 4px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 110%;
  display : block;
  text-align:left; 
  background-image: url('/images/selectbg.png');
  background-repeat: no-repeat;
  background-position: right;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #a0cb00;
  color:#333;
}


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


