div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background: #dee9d9;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  text-align:left;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  margin-left: 1px;
  padding:0px;
  border-bottom:1px solid #b8c8b1;
  
}
div.selectbox-wrapper ul li.selected { 
  background-color: #d9e2d4;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:3px 7px;
  cursor:pointer;
  background: #ebf0e8;
  
  border-left:1px solid #b8c8b1;
  border-right:1px solid #b8c8b1;
  font-size: 11px;
  
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0 0 3px 0;
  padding: 6px 0 0 6px;
  font-family:tahoma;
  font-size:11px;
  width:175px; 
  height:22px; 
  display : block;
  text-align:left; 
  background: url(../../images/form1.png) no-repeat 0 -203px;)
  cursor: pointer;
  border:1px solid #dee9d9;
  color:#333;
}

select {
	background: url(../../images/form1.png) no-repeat 0 -203px;)
}

