div.selectbox-wrapper {
    position:absolute;
    width:410px;
    background-color:white;
    border:1px solid #ccc;
    margin:0px;
    margin-top:-10px;
    padding:0px;
    font-size:0.8em;
    text-align:left;
    height:75px;
   *height:75px; /*IE6 fix */
   overflow: auto;
   z-index:99;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #59c0eb;
}
div.selectbox-wrapper ul li.current { 
  background-color: #a0ddf7;
}
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 5px 10px 0px;
  padding-left:2px;
  padding: 2px 0 0 4px\9;
  *padding: 2px 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:0.8em;
  width : 10em; 
  display : block;
  text-align:left; 
  background: url('../img/select_box.jpg') right;
  background: url('../img/select_box.jpg') right 0px\9;
  *background: url('../img/select_box.jpg') right 0px\9;
  height:18px;
  height:16px\9;
  *height:16px;
  cursor: pointer;
  border:1px solid #8d847f;
  color:#333;
}
