div.selectbox-wrapper {
  position:absolute;
  width:100px;
  font-family:Tahoma;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  border:1px solid #333333;
  overflow:auto;
  z-index:9999999999;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  border:1px solid #333333;
  background:black;
  color:#7c8486;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #333333;
}
div.selectbox-wrapper ul li.current { 
  background-color: #333333;
}
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 0px 10px 0px;
  padding-left:2px;
  font-family:Tahoma;
  font-size:0.8em;
  width : 50px;
  color:#7c8486;
  display : block;
  text-align:left; 
  background: url('../img/bg_select.png') right;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #333333;

}

select {
	background: url('../img/bg_select.png') right;
}

#MapProvince_input{
      width:198px;
    

      background: url('../img/bg_select_width.png') right;
}

#MapCity_input{


      width:198px;
      background: url('../img/bg_select_width.png') right;
}