div.selectbox-wrapper {
  position:absolute;
  width:450px;
  background-color:white;
  border:1px solid #ccc;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;

}

* html div.selectbox-wrapper {
 
 
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
 
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
  font:11px arial;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  cursor:pointer;
  padding:0;
  font:11px arial;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 0px 0px;
  padding-left:2px;
  font:11px arial; 
  width :85%;
  display : block;
  text-align:left; 
  background: url('bg_select.png') right;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #D1E4F6;
  color:#333;

}






/* select {
	background: url('bg_select.png') right;
	
}*/
