div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:#911901;
  /*border:1px solid #911901;*/
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:10px;
  text-align:left;
  color:#ffe1b9;
  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: #8b1801;
}
div.selectbox-wrapper ul li.current { 
  background-color: #8b1801;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px 0 2px 10px;
  cursor:pointer;
}

.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding:5px 0 5px 10px;
  font-family:Tahoma;
  font-size:10px;
  width : 100px; 
  display : block;
  text-align:left; 
  background: url('../img/bg_select.png') right;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #911901;
  color:#ffe1b9;
}

select.langselectbox {
	background: url('../img/bg_select.png') right;
}


