div.selectbox-wrapper {
  position:absolute;
  margin:0px;
  padding:0px;
  font-size:11px;
  text-align:left;
  max-height:200px;
  
  width:200px
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  width:200px;
  border:1px solid #ccc;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
  width:200px
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  width:200px;
  color:#333333;
  background-color:white;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
	padding-left:2px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	display : block;
	text-align:left;
	background: url('../imagens/bg_select.png') right;
	cursor: pointer;
	border:1px solid #A76F41;
	color:#333;
	padding-top:4px;
	padding-bottom:4px;
}

