div.selectbox-wrapper {
  position:absolute;
  width:auto;
  background-color:#FFF;
  border:1px solid #DFDFDF;
  border-top:none;
  margin:0px;
  margin-top:-13px;
  margin-left:1px;
  padding:0px;
  font-size:1em;
  text-align:left;
  max-height:200px;
  overflow:hidden;
  color:#333;
  z-index:2;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  width:auto;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current { 
  background-color: #FFDFDF;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:4px;
  cursor:pointer;
  width:157px;
  height:15px;
}

label {
    display: block;
}
.selectbox /* look&feell of  select box*/
{
  margin-bottom: 10px;
  padding:5px 0 0 5px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1em;
  width : 152px; 
  display : block;
  text-align:left; 
  background: url(../images/drop_downs/black_backing_155_30.gif) top left no-repeat;
  height:25px;
  cursor: pointer;
  border:0px solid #FFF;
  
}

select {
margin-bottom:10px;
width:155px;
border:1px solid #FFF;
}

