div.selectbox-wrapper {

  position:absolute;
  width:400px;
  font-size:12px;
  font-weight:bold;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  text-align:left;
  max-height:200px;
  overflow:auto;

}

div.selectbox-wrapper ul {
  list-style-type:none;
  list-style-image:none;
  border:none;
  z-index:9999;
  margin:0px;
  padding-left:20px;
}

div.selectbox-wrapper ul li.selected { 
  background-color: #ccc;
}
div.selectbox-wrapper ul li {

  list-style-type:none;
  list-style-image:none;
  display:block;
  margin-left:0px;
  padding:2px;
  cursor:pointer;
}



.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:10px;
  padding-top:2px;
  font-weight:bold;
  font-size:12px;
  width :235px;
  height: 20px;
  display : block;
  text-align:left; 
  background: url('/assets/images/v6/bg_select.png') right;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #ccc;

}

select {
	/*background: url('/assets/images/v6/bg_select.png') right;*/

}

