div.selectbox-wrapper {
  position:absolute;
  z-index:10;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
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;
	font-family:Verdana, Geneva, sans-serif;
	color:#6d6e71;
	font-weight:bold;
	font-size:12px;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.8em;
  width : 100%;
  height:20px;
  display : block;
  text-align:left; 
  background: url('../images/select.png') no-repeat;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #FFF;
}


select {
	background: url('../images/select.png') right;
}




