
legend{margin-top: -10px;}



/*container da lista | container of the list*/
.autocomplete{
    
   	cursor: auto;
    visibility: visible;
    position: relative;
    float: inherit;
    display: run-in;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border-bottom: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-top: solid 1px;
	border-left-color: silver;
	border-right-color: silver;
	border-bottom-color: silver;
	border-top-color: silver;
	width: 145px;
    height: 200px;
	max-height: 200px;
	overflow-y: auto;
	z-index: 2000;
	
}


/*items da listagem | items of the list*/
.autocomplete .normal{
margin-top: 2px;
margin-bottom: 2px;
margin-left: 4px;
margin-right: 2px;

}


/*selectedionado item | selected item*/
.autocomplete .selected{background: #C0C0C0;}



/*caracteres que combinaram | characters that matched*/
.autocomplete .highlited{font-weight: bold; color: #000000;}

