div.selectbox-wrapper {
  position:absolute;
  width:400px;
  text-align:left;
  overflow:auto;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	border:1px solid #efefef;
	background:#fff;
	padding:5px;
}
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 {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
	color:#737070;
  cursor:pointer;
}
.selectbox /* look&fell of  select box*/
{  
  width : 179px; 
  display : block;
  text-align:left; 
  background: url(../images/img_86.jpg) left no-repeat;
  /*height:18px;*/
  cursor: pointer;
	border:none;
	height:20px;
	padding:2px 0 0 10px;
	margin:0 0 5px 0;
}

select {
	background: url(../images/img_86.jpg) left no-repeat;
}
