div.selectbox-wrapper {
  position:absolute;
  width:auto;
  background-color:#e7e7e7;
  border:1px solid #666666;
  margin:0px;
  padding:5px 9px 5px 9px;
  font:bold 12px Arial, Helvetica, sans-serif;
/*  max-height:90px;*/
  overflow:auto;
  z-index:1100;
 }

#myselectbox_input{width:256px; padding:4px 0px 0px 20px;}

div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color:#CCCCCC;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  line-height:12px;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  width:auto; 
  display : block;
  text-align:left; 
  background: url('bg_select.png') left top;
  height:21px;
  cursor: pointer;
  border:0px solid #666666;
  padding:2px;
  color:#5b5b5b;
  font-weight:bold;
}

/*select {
	background: url('bg_select.png') right;
}
*/
