<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { /* zerar valores default do documento/navegador e outros styles */
	margin:0;
	padding:0;
	border:0;
	
	background:none;
	background-image:none;
	background-color:transparent;
}

html, body {
	background-color:#f2f2f2;
}

#alerta_box {
	position:absolute;
	display:table-cell;
	vertical-align:middle;

	left:50%;
	top:50%;

	width:420px;
	
	min-height:120px;
	height:auto !important;
	height:120px;
	
	margin:-110px 0 0 -210px;
	padding:20px 0 80px 0;

	text-align:center;
		
	background-color: #3c5625;
	border:10px solid white;
}

#alerta_box h4 {
	margin:10px 0 0 0;
	padding:0;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:30px;
	font-style:italic;
	color:#fff;
	text-transform:capitalize;
	
	line-height:100%;
}

#alerta_boxMsg {
	margin:20px 0 0 0;
	padding:0;
	
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	font-size:12px;
	line-height:180%;
}

#alerta_boxMsg a {
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	font-size:12px;
}</pre></body></html>