<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */


#filtro {
border-width:1px;
border-style:none; 
width:130%;
height:100%;
position:absolute; 
left:0px; 
top:0px; 
z-index:1000;
padding-bottom:1000%;
background:transparent url(../loading/alpha.gif) center repeat; /* aqui o filtro com CSS */ 
} 
#fcont{
position:absolute; 
font: 14px arial, sans-serif;
color:#000000;
border:1px solid black; 
background-color: #FFFFFF;
width:650px;
height:200px;
left:200px; 
top:200px; 
}</pre></body></html>