div.selectbox-wrapper {
  position:absolute;
  width:200px;
  background-color:#E6E1BB;
  border:1px solid #745F30;
  margin:0px;
  margin-left:1px;
  margin-top:0px;*margin-top:-2px;
  line-height:14px;
  padding:0px;
  font-family:"ËÎÌå";
  font-size:12px;
  text-align:center;
  max-height:200px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #E6E1BB;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;

  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin:0px;
  padding-left:2px;
  padding-top:2px;
  font-family:"ËÎÌå";
  font-size:12px;
  width : 10em; 
  text-align:left; 
  background: url('../images/bg_select.png') no-repeat right top;
  height:16px;
  cursor: pointer;
  border:1px solid #745F30;
  color:#A3975B;
  display:block;

}

select {
	background: url('../images/bg_select.png') no-repeat right;
}

