.list-padrao li{font-size: .8em; line-height: 1.5em; color: #333; list-style-type:circle;}


.list_resultados{
margin-bottom: 1em; 
font-size: .8em; 
overflow: auto;
min-height: 1em;
max-height: 12em;
border:1px dashed #ddd;
}

.box_list{margin-top: 1em;}

.list_resultados li{cursor:pointer; line-height: 1.5em; padding: .3em;}


.list_resultados li:hover{font-weight: bold; background: #eee; 
transition: all .5s;
-moz-transition: all .5s; /* Firefox 4 */
-webkit-transition: all .5s; /* Safari and Chrome */
-o-transition: all .5s; /* Opera */
}

.list_resultados li input{margin:0 3px 3px 0; vertical-align: middle;}

