
#ChangeLang {
	float:right;
	width:216px;
	position:relative;
	top:-4px;	
}
#ChangeLang .md {
	float:left;
	width:65px;
	height:21px;
	display:block;
	background:url(../images/common/md_langage.jpg) no-repeat;
	text-indent:-10000px;
}
#hiddendiv {
	float:left;
}
div.selectbox-wrapper {
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:1.2em;
  text-align:left;
  height:100px;
  overflow: auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:5px;
  cursor:pointer;
}
* html div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:0 0 0 5px;
  cursor:pointer;
	font-size:12px;
}
label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding:2px 0 2px 4px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:1.2em;
  width : 146px; 
  display : block;
  text-align:left; 
  background: url('../images/common/bg_select.jpg') right;
  /*height:21px;*/
  cursor: pointer;
  border:1px solid #CCCCCC;
  color:#333;

}
* html .selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding:2px 0 2px 4px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:1.2em;
  width : 146px; 
  display : block;
  text-align:left; 
  background: url('../images/common/bg_select.jpg') right;
  height:21px;
  cursor: pointer;
  border:1px solid #CCCCCC;
  color:#333;
  font-size:0.8em;
}
/*
select {
	background: url('../images/common/bg_select.jpg') right;
}
*/
select {
	width:151px;
}
