div.selectbox-wrapper {
  position:absolute;
  width:105px;
  font-family:Arial, Helvetica, sans-serif;
  background-color:white;
  border:0px solid #ccc;
  margin:0px;
  margin-top:-9px;
  padding:0px;
  font-size:11px;
  text-align:left;
  max-height:245px;
  overflow:auto;
  z-index:1000;
}
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;
  width:109px;
  margin:0;
  padding:2px 0 0px 4px;
  border-left:1px solid #cccccc;
  border-right:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&feel of  select box*/
{
  margin: 0px 5px 9px 0px;
  padding-left:0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:17px;
  text-indent:5px;
  width : 116px; 
  display : block;
  text-align:left; 
  background: url('../images/dropdown/bg_select.gif') right;
  height:17px;
  cursor: pointer;
  border:0px solid #D1E4F6;
  color:#333;
}

select {
	background: url('../images/dropdown/bg_select.gif') right;
}


