div.selectbox-wrapper {
  position:absolute;
  z-index:9999;
  min-width:235px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  top:-13px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:320px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #eaf2fb;
}
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  background:#ffffff;

}


input.selectbox, div.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  font-family:Arial;
  text-align:left; 
  background:url(../_gfx/forms.png) no-repeat; background-position:0 -466px;
  /*height:18px;*/
  cursor: pointer;
  color:#333;
}
input .selectboxS, div .selectboxS /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  font-family:Arial;
  text-align:left; 
  background:url(../_gfx/forms.png) no-repeat; background-position:-144px -431px;
  /*height:18px;*/
  cursor: pointer;
  color:#333;
}




