@CHARSET "ISO-8859-1";

.corpo {
	position: relative;
	margin: 0 auto;
	width: 424px;
	max-width: 424px;
	visibility: visible;
	text-align: center;
}

.over {
	position: relative;
	z-index: 2;
}

.corpo .brasao {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 424px;
	max-width: 424px;
	visibility: visible;
	opacity: .3;
	text-align: center;
}

.txtrecipiente {
	padding: 0px;
	font:9px Arial, Helvetica, sans-serif;
	word-spacing: 1px;
	color: #660000;
	line-height: 90%;
}

.inputcontainer {
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
}

.footer {
	text-align: center;
	color: #000;
	background-color: #ffcccc;
	clear: both;
	font-size: 9px;
	margin-top: 0px;
	padding: 0px;
	min-height: 22px;
}

.titulo {
	font-size: 48px;
	font-weight: bold;
	font-family: Impact;
}

.mensagem {
	font-weight: bold;
	color: red;
	background: white;
}