div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #cacaca;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:10px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #d4df75;
}
div.selectbox-wrapper ul li.current { 
  background-color: #eaf397;
}
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*/
{
  margin: 0 8px 10px 0;
  padding: -5px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  width : 140px; 
  /*display : block;*/
  text-align:left; 
  background: url(../images/pt/bg_select.png) right;
  /*height:18px;*/
  cursor: pointer;
  border:0;
  color:#7b7b7b;
}

select {
	background: url(../images/pt/bg_select.png) right;
}

#miolo h4{
	font-size: 17px;
	color: #9bad1c;
	font-weight: bold;
}
