div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color: #1C9FBE;
  border:0px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size: 14px;
  text-align:left;
  max-height:200px;
  overflow:auto;
  margin-left:5px;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  color:#ffffff;
}
div.selectbox-wrapper ul li.selected { 
  background-color:;
}
div.selectbox-wrapper ul li.current { 
  background-color: #0066CC;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:3px;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 4px 0px;
  padding-left:10px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height:20px;
  width : 231px; 
  height:28px;
  display : block;
  text-align: left; 
  background: url('images_v2/select.gif') right no-repeat;
  /*height:18px;*/
  cursor: pointer;
  border:0px solid #D1E4F6;
  color: #FFFFFF;
}

#myselectbox {
	background: url('images_v2/select.gif') right no-repeat;
}

