div.selectbox-wrapper {
  position:absolute;
  background-color:white;
  border:1px solid #ccc;
  margin:-10px 0px 0px 0px;
  
  padding:0px 1px 0px 1px;
  font-size:0.8em;
  text-align:left;
  height:100px;
  overflow: auto;
  font-size:1em;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

div.selectbox-wrapper ul li.selected { 
  background-color: #d6e3e9;
}
div.selectbox-wrapper ul li.current { 
  background-color: #aed6e9;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  /*width: 100%;*/
  margin:0px;
  padding:2px 2px 2px 4px;
  cursor:pointer;
}

label {
    display: block;
}

.selectbox /* look & feel of  select box*/
{
  margin: 0px 5px 9px 0px;
  padding:2px 0px 2px 2px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  font-weight:bold;
  width : 216px;
  display : block;
  text-align:left; 
  background: url(../Images/SelectBox/bg_select.png) right;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #D1E4F6;
  color:#375668;
}

select {
	background: url(../Images/SelectBox/bg_select.png) right;
}

