div.selectbox-wrapper {
  position:absolute;
  width:400px;
    background-color:#4c4c4c;
  color:#909090; 
  border:1px solid #ccc;
  margin:0px;
  margin-top:-1px;
  padding:0px;
  font-size:12px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
   background-color: #909090;
  color:#000000; 
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
   margin: 1px;
  padding-left:0px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:12px;
    width: 160px; 
    padding-right:16px;
  background: url('../images/select_ico.gif') right;
   color:#909090; 
  display : block;
  text-align:left; 
 
  height:16px;
  cursor: pointer;
   border:1px solid;

 
}


select {
	background: url('bg_select.png') right;
}

