div.selectbox-wrapper {
  position:absolute;
  width:200px;
  background-color: black;
  border:1px solid #8f8f8f;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:10px;
  text-align:left;
  margin-left: 0px;
  color: black;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  color: white;
 
}
div.selectbox-wrapper ul li.selected { 
   background-color: #8f8f8f;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.8em;
  display : block;
  text-align:left; 
  background: url('../img/design/bg_select_lang.png') right;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #8f8f8f;
  color: #8f8f8f;
  background-repeat: no-repeat;
  width : 174px; 
  background: url('../img/design/bg_select_lang.png') right;
	background-repeat: no-repeat;
}


