@CHARSET "ISO-8859-1";

.corpo {
	margin: 0 auto;
	width: 424px;
	max-width: 424px;
	visibility: visible;
	z-index: 1;
	background: #eeeeee;
	text-align: center;
}

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

.inputcontainer {
	width: 225px;
	font-family: Impact;
}

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

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

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