div.selectbox-wrapper {
  position:absolute;
  width:210px;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
  left:0px; top:25px;
  z-index:2000;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  background: url('images/calendar-bg.png');
}
div.selectbox-wrapper ul li.selected { 
  color: #EBC599;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:4px 5px 0px 5px;
  cursor:pointer;
  color:#b8b8b9;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:15px;
  display : block;
  text-align:left; 
  background:#595758 url('images/calendar.jpg') top right no-repeat!important;
  cursor: pointer;
  border:none;
  color:#fff;
  width:210px;
}

