div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
  z-index:1;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
    z-index:1000000000px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
    z-index:500px;
}
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
    z-index:500px;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  z-index:10000px;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{

  display : block;
  text-align:left; 
  cursor: pointer;
  color:#333;
    width: 147px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
    height: 33px;
    padding: 5px 24px 0 8px;
    color: #000000;
    font: 12px / 21px arial, sans-serif;
    background: url(/open/img/select.jpg) no-repeat;
    overflow: hidden;
	border-top:0px;
	border-left:0px;
	border-bottom:0px;
	border-right:0px;
	font-weight:bold;
}

select {
	
	width:170px;
	font-weight:bold;
}

.selectbox-wrapper  li{
 z-index:1000;
}

div.selectbox-wrapper ul {
    z-index:1000000000px;
}


