<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#load {
	position: fixed;
	z-index: 101;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
	text-align:center;
}

#aguarde{
	color: #333333;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -90px;
	width: 170px;
	height: 75px;
	line-height: 50px;
	background: #FCFFA7;
/* 	background: #20B2AA; */
	border: 1px solid #FFFF00;
	font-weight: bold;
}

#aguarde {
    border: 1px solid #707070;
    box-shadow: 0 0 10px #000000;
    font-weight: bold;
    padding: 20px 0 0 40px;
    text-align: left;
    border-radius: 5px 5px 5px 5px;
    
/*     -khtml-opacity: 0.7; */
/*     -moz-opacity:0.7; */
/*     filter:alpha(opacity=70); */
/*     opacity: 0.7; */
}

#load #aguarde img {
	margin-right: 5px;
	margin-top: 7px;
}

#load #aguarde p {
    text-shadow: 0.1em 0.1em 0.3em #4D4D4D;
    display: inline;
    margin-left: 5px;
}
</pre></body></html>