div.selectbox-wrapper {
    position:absolute;
    width:400px;
    background-color:#84a0be;
    border:1px solid #ccc;
    margin:0 0 0 90px;
    padding:0px;
    font-size:0.8em;
    text-align:left;
    height:200px;
   *height:200px; /*IE6 fix */
   overflow: auto;
   z-index:1000;
}
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;
  padding:2px;
  cursor:pointer;
}
label {
    display: block;
}
.selectbox1 /* look&fell of  select box*/
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:15px;
  height:28px;
  width:219px;
  display : block;
  background: url(../images/img11.png) no-repeat;
  /*height:18px;*/
  cursor: pointer;
  color:#779fd3;
  border:none;
  margin:0 0 0 90px;
  padding:8px 0 0 10px;
}


