#lang_form {
  width: 105px;
}
div.selectbox-wrapper {
  position:relative; 
  overflow:auto; 
  z-index:50;
  width:400px; 
  min-width: 103px;
  max-height:200px;
  height:auto !important;
  height:200px;
  background-color:#ffffff; 
  border:1px solid #D5D5D5;
  margin:0px 0px 30px 0px; 
  padding:0px 0 5px 0;
  text-align:left;
}

div.selectbox-wrapper ul {list-style-type:none; margin:0px; padding:0px; z-index:50; }
div.selectbox-wrapper ul li.selected {font-weight:bold; z-index:51; }
div.selectbox-wrapper ul li.current {background-color: #D5D5D5; z-index:51; }
div.selectbox-wrapper ul li {cursor:pointer; list-style-type:none; margin:0; padding:2px 6px; font-size:11px; z-index:51; }

#googleTranslatorDropdown_input {
  position:relative; 
  z-index:40; 
  border:0px; 
  margin:0; 
  width: 95px;
  height: 15px;
  padding: 3px 5px;
	background-repeat:no-repeat; 
  background-position:0px 0px;
  background-color:transparent;
  background: url("/images/languageSelectBgr.png") no-repeat top left;
	font-size:11px;
  cursor: pointer;
}