@CHARSET "UTF-8";
div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:-1px 0px 0px 22px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px 0px 0px 0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #d6dade;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0px 0px 0px 0px;
  padding:2px;
  cursor:pointer;
  font-family: Verdana, Helvetica; font-size: 12px;  color: #505050;
   padding: 0px 5px;
}

.selectbox /* look&fell of  select box*/
{
  margin: 28px 0px 0px 22px;
  padding: 12px 5px;
  font-family: Verdana, Helvetica; font-size: 12px; font-weight: bold; color: #505050;
  width : 225px; 
  display : block;
  text-align:left; 
  background: url(../images/bg_select.png) right;
  background-repeat: no-repeat;
  height:14px;
  cursor: pointer;
  border:1px solid #d6dade;
  
}


