div.selectbox-wrapper {

  width:400px;
  background-color:white;
  border:1px solid #666;
  margin:0px;
  
  padding:0px;

  text-align:left;
  max-height:300px;
  overflow:auto;
  position: absolute;
  top: 23px;
  left: 0px;
  z-index: 140 !important;

}
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.current { 
  background-color: #CDD8E4;
}
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*/
{	
	width: 110px;
	border: 0px;
	border-left: 1px solid #989898;
	height:19px;

	background-color: transparent;
 
	 padding-left:4px;
	 padding-top: 3px;


	display : block;
	text-align:left; 
	background: url('bg_select.png') right;
	
	  cursor: pointer;

	z-index: 12;
	position: relative;


}
.selectbox-span_cont{
	position: relative;
	z-index: 5;

}
/*
select {
	background: url('bg_select.png') right;

}
*/
