@CHARSET "ISO-8859-1";

BODY
{
	font-family: sans-serif;
	text-align: center;
	padding: 8px;
	background: #850e0e;
}

.modal_content
{
	border: 1px double #333;
	background: #fff;
	text-align: left;
}

.cabecalho
{
	text-align: center;
	font-size: 10pt;
	color: #c00;
	font-weight: bold;
}

.separator
{
	border: 1px dashed #efbdbd;
	margin-top: 10px;
	width: 90%;
}
