/* CSS Document */
/*  DEFINIÇÕES DE ESTILO PARA O DESTAQUE  */
.mensagens .topo {
	height: 20px;
}
.mensagens .topo .cantoEsqTopo {
	background: url(../images/mensagens/cantoEsqTopo.png) no-repeat left top;
	height: 20px;
	width: 20px;
	float: left;
}
.mensagens .topo .meioTopo {
	background: url(../images/mensagens/meioTopo.png) repeat-x;
	float: left;
	height: 20px;
	width: 447px;
}
.mensagens .topo .cantoDirTopo {
	background: url(../images/mensagens/cantoDirTopo.png) no-repeat right top;
	float: left;
	height: 20px;
	width: 20px;
}
.mensagens .meio {
	width: 487px;
	background: url(../images/mensagens/bgConteudo.png) repeat-y left top;
}
.mensagens .meio .conteudo {
	padding-right: 20px;
	padding-left: 20px;
}
.mensagens .meio .conteudo img {
	display: block;
	float: left;
	margin-right: 5px;
}
.mensagens .meio .conteudo span {
	font-size: 12px;
	color: #333333;
}
.mensagens .rodape {
	height: 20px;
	clear: both;
	width: auto;
}
.mensagens .rodape .cantoEsqRodape {
	background: url(../images/mensagens/cantoEsqRodape.png) no-repeat left bottom;
	height: 20px;
	width: 20px;
	float: left;
}
.mensagens .rodape .meioRodape {
	float: left;
	height: 20px;
	background: url(../images/mensagens/meioRodape.png) repeat-x left center;
	width: 447px;
}
.mensagens .rodape .cantoDirRodape {
	background: url(../images/mensagens/cantoDirRodape.png) no-repeat right bottom;
	float: left;
	height: 20px;
	width: 20px;
}
