div.selectbox-wrapper {
  position:absolute;
  background-color: #012e57;
  color: White;
  border:1px none #ccc;
  border: 1px solid #fff;
  margin:0px;
  margin-top:18px;
  padding:0px;
  font-size:0.8em;
  max-height:200px;
  overflow:auto;
  width:auto;
  z-index: 10000;
  left: 120px;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:10px;
  padding:0px;

}
div.selectbox-wrapper ul li.selected { 
  background-color: #012e57;
  display:block;
    z-index:11000;
}
div.selectbox-wrapper ul li.current { 
  background-color: #b4cdff;
  color: Black;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox, .selectbox2 /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:5px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.8em;
  width: 30px;
  height: 17px;
  line-height: 17px;  
  display : block;
  text-align:left; 
  background: url('selectbox_bg.gif') right;
  background-repeat: no-repeat;
  background-color: #012e57;
  /*height:18px;*/
  cursor: pointer;
  border:1px none #D1E4F6;
  color: white;
}

.selectbox2 
{
	width: 40px;
}
select {
	background: url('selectbox_bg.gif') right;
}

