div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:1em;
  text-align:left;
  max-height:200px;
  overflow:auto;
  z-index:20;
}
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;
}

label {
    display: none;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:4px;
  padding:3px 0 4px 4px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1em;
  width:156px;
  height:14px; 
  display : block;
  text-align:left; 
  background: url('/images/select_box_bg.gif') right no-repeat;
  /*height:18px;*/
  cursor: pointer;
  border:none;
  color:#666;
}

select {
	background: url('/images/select_box_bg.gif') right no-repeat;
}


