div.selectbox-wrapper {
  position:absolute;
  width:136px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-6px;
  padding:0px 5px;
  text-align:right;
  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:2px;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0;;
  padding: 12px 45px 0 0;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
  display : block;
  text-align:right; 
  border: none;
  /*height:18px;*/
  cursor: pointer;
  color:#333;
  line-height: 13px;
  width: 152px;
	color: #000;
	height: 43px;
	background: url(../images/select-bg.png) no-repeat;
}

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


