div.selectbox-wrapper {
  position:absolute;
  background-color:white;
  border:1px solid #ccc;
  margin:0 0 0 3px;
  margin-top:0px;
  padding:0px;
  text-align:left;
  max-height:100px;
  overflow:scroll;
  overflow-x:hidden;
  z-index:1;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected {
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current {
  background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

.select { padding: 0 0 0 6px; background: transparent url(/include/img/0/bg-input-select-lt2.gif) left top no-repeat;}
.selectbox /* look&fell of  select box*/
{
  margin:0;
  padding:4px 0 1px 0;
  width : 81px;
  display : block;
  text-align:left;
  background: url(/include/img/0/bg-input-select-rt2.gif) right no-repeat;
  height:20px;
  cursor: pointer;
  border:none;
}

select {
	/*background: url(../../img/0/box-recherche/bg-input-select2.gif) right no-repeat;*/
}

