div.selectbox-wrapper {
  position: absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top: 0px;
  padding:0px;  
  text-align:left;
  max-height:200px;
  z-index: 1000;
  overflow:auto;
  display: inline;
}

/*#top_bar div.selectbox-wrapper {
	margin-right: 273px;
	margin-left: 273px;!important
	margin-left: 0px;
}*/
div.selectbox-wrapper ul {
  list-style-type:none;
  
  margin:0px;
  padding:0px;
  display: block;
}
div.selectbox-wrapper ul li.selected { 
  /*background-color: #EAF2FB;*/
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  list-style-image: none;
  display:block;
  text-indent: 10px;
  margin:0;
  padding:2px;
  cursor:pointer;
}

label.jflanguageselection {
    display: none;
}
.selectbox /* look&feel of  select box*/
{
  border: none;
  padding: 0px;
  padding-left:7px;
  padding-top:7px !important;
  text-align:left;
  /*text-indent: 7px !important;*/
  vertical-align: bottom;
  display: block;
  background: url(../medias/selectbox_bg.jpg) no-repeat left;
  width: 177px;
  height:27px;  
  cursor: pointer;
  color:#333;
}

select {
/*jpo-d	background: url(../images/selectbox_bg.jpg) top right; */
border: #2fa3df; border-style: solid; border-width: 1px;
}

