@charset "utf-8";
/* CSS Document */

#MensagemImportante {
	height: 400px;
	width: 500px;
	background-color: transparent;
	position: absolute;
	left: 262px;
	top: 41px;
	visibility: hidden;
	background-image: url(../images/bg_mensagem.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#MensagemImportante h1 {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 36px;
}
#MensagemImportante #ImportantePri {
	color: #F00;
}

#MensagemImportante h2 {
	text-align: center;
	font-size: 24px;
	color: #900;
}
#MensagemImportante h3 {
	text-align: center;
}
#MensagemImportante h3 a {
	text-align: center;
}
#MensagemImportante p {
	margin-right: 20px;
	margin-left: 20px;
}
#MensagemImportante label {
	display: block;
	font-weight: normal;
	text-align: center;
	color: #666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#MensagemImportante .textfield {
	width: 250px;
	margin-top: 5px;
	margin-left:50px;
	background-color: transparent;
}
#MensagemImportante a {
	color: #333;
	text-decoration: none;
	font-size: 12px;	
}
#MensagemImportante .button {
	height: 30px;
	width: 100px;
	margin-left:10px;
}
.ImgNS {
	border: 1px solid #000;
	margin-left: 100px;
	margin-top: 20px;
}
#MensagemImportante h4 {
	text-align: center;
}
#MensagemImportante ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 40px;
	padding-left: 60px;
}
#MensagemImportante ol li {
	margin-top: 20px;
}
#MensagemImportante ol li a {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}
#MensagemImportante ol li a:hover {
	text-decoration: underline;
}
.centralizar {
	text-align: center;
}
#MensagemImportante .centralizar a {
	color: #333;
	text-decoration: none;
}
#MensagemImportante .centralizar a:hover {
	text-decoration: underline;
}
#AglomeradorMensagem {
	height: auto;
	width: auto;
	position: absolute;
	left: 17px;
	top: 204px;
}
#AglomeradorMensagem a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
