div.selectbox-wrapper {
  width:400px; 
  background-color:#00141d;
  border:1px solid #ddd;
  border: none;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
  position:fixed;
  z-index: 100;
}

div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #00141d;
  color: #fff;
}
div.selectbox-wrapper ul li.current { 
    color: #fff;
}
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: -1px -2px 10px 0px;*/
  padding-left:2px;
  font-size:0.8em;
  display : block;
  text-align:left; 
  background: url('../images/bg_select.png') right;
  /*height:18px;*/
  cursor: pointer;
  border:none;
  color:#ddd;
  border:0;
}
.selectbox li:hover {
	background: none;
}
select {
/*	background: url('../images/bg_select.png') right; */
}
#lang_input {
	float:right;
	height: 20px;
	padding-top:4px;
	}
#lang_input, #lang_container {
	width: 68px;
	font-size: 11px;
	color: #cacaca;
	border:0;
}
#lang_container{
	margin:20px 0 0;
}
.selectbox-container {
	float:right;height: 20px;
}

