div.selectbox-wrapper {
  position:absolute;
  z-index:5;
  width:160px;
  background-color:white;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:11px;
  text-align:left;
  max-height:200px;
  overflow:auto;
  border:solid;
  border-width:1px;
  border-color:#CCC;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
    
}
div.selectbox-wrapper ul li.selected { 
display:block;

  background-color:#EAF2FB;
    height:auto;
  line-height:auto;
  
}
div.selectbox-wrapper ul li {

  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  height:auto;
  line-height:auto;
}
div.selectbox-wrapper ul li:hover {
  background-color:#CCCCCC;  /* ajout BDA */
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
	margin:0px;
	padding:0px;
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  padding-right:20px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;
  width :158px; 
  display : block;
  text-align:left; 
  background-color:#FFF;
  background: url('../images/fond_select.jpg') left;
  background-repeat:no-repeat;
  /*height:18px;*/
  cursor: pointer;
  border:solid;
  border-width:1px;
  border-color:#999;
  color:#333;
  height:auto;
  padding-bottom:3px;
  padding-top:3px;
}


select {
	  height:18px;
	  line-height:18px;
	  
	background: url('../images/fond_select.jpg') left;
	background-repeat:no-repeat;
}

