#flash {
	display: none;
	width: 450px;
	height: 110px;
	padding: 0px 15px 15px 15px;
	margin-left: -225px;
	background: url('../../../../temas/padrao/imagens/fundo_msg.png') no-repeat bottom;
	cursor: pointer;
	position: fixed;
	top: 0px;
	left: 50%;
	z-index: 100009;
}
#flash h2 {
	margin: 10px auto 0px 30px;
}
#flash.sucesso h2 {
	color: green;
	background-image: url('../../../../temas/padrao/icons/icon_sucesso.png');
	background-repeat: no-repeat;
	padding:8px 0px 18px 55px;
}
#flash.erro h2 {
	color: #f90;
	background-image: url('../../../../temas/padrao/icons/icon_alerta.png');
	background-repeat: no-repeat;
	padding:8px 0px 18px 55px;
}
#flash.opcao h2 {
	color: blue;
	background-image: url('../../../../temas/padrao/icons/icon_opcao.png');
	background-repeat: no-repeat;
	padding:8px 0px 18px 55px;
}
#flash.carregando h2 {
	color: #7FABDC;
	background-image: url('../../../../temas/padrao/icons/loader.gif');
	background-repeat: no-repeat;
	padding: 4px 0px 0px 35px;
}
#flash.excecao h2 {
	color: red;
	background-image: url('../../../../temas/padrao/icons/icon_excecao.png');
	background-repeat: no-repeat;
	padding:8px 0px 18px 55px;
}
