div.selectbox-wrapper {
  position:absolute;
  width:230px !important; /*options*/
  border:none;
  margin:0 0 0 6px;
  padding:0px;
  text-align:left;
  height:150px;
  overflow: auto;
  font-size:9px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.selectbox-wrapper,x:default { margin-top:-1px !important;}/*altura do option*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #999;
  color:#000;
}
div.selectbox-wrapper ul li.current { 
  background-color:#999;
  color:#000;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:4px;
  cursor:pointer;
  color:#000;
  background-color:#F5F5F5;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  font:11px Verdana, Arial, Helvetica, sans-serif; color:#000;
  margin: 2px 0 0 0px;
  padding:5px 0 6px 6px !important;
  width : 245px; 
  display : block;
  text-align:left; 
  background:url(../img/bgr_select.gif) no-repeat left;
  background-repeat:no-repeat;
  height:13px;
  cursor: pointer;
  border:none;

}

select {
	background:url(../img/bgr_select.gif) no-repeat left;
	background-repeat:no-repeat;
	width : 210px;
}


