div.selectbox-wrapper {
  position:absolute;
  width:200px;
  background-color:black;
  border:1px solid #ccc;
  margin:-5px 0 0 5px;
  padding:0px;
  font-size:14px;
  font-weight:bold;
  color: white;
  text-align:left;
  height:190px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #666666;
}
div.selectbox-wrapper ul li.current { 
  background-color: #999999;
}
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:Arial;
font-size:15px;
font-weight:bold;
margin:11px;
font-size:14px;
display : block;
text-align:left; 
width: 190px;
cursor: pointer;
border:none;
color:white;
background: transparent;
}

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

