div.selectbox-wrapper {
  position:absolute;
  top: 229px;
  left: 457px;
  display: block;
  width:206px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  padding-right:0px;
  font-size:14px;
  font-weight: bold;
  text-align:left;
  max-height:200px;
  overflow:auto;
  z-index: 1;
}
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 {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    display : block;
    text-align:left;
    background: url('bg_select.png') repeat-x 0 0;
    border: none;
    cursor: pointer;
    float:left;
    width:180px;
    font-size:14px;
    font-weight: bold;
    color:#949494;
    margin-left: 9px;
    padding-left:4px;
    padding-top:5px;
    padding-right:26px;
    padding-bottom:4px;
    height:31px;
}

select {
	background: url('bg_select.png') 0 0;
}
