div.screen-reader-response div.retorno.erro {
	margin-bottom: 20px;
	color: #ffffff;
	font-weight: bold;
	background-color: #FF623B;
	padding: 5px 10px;
}
div.screen-reader-response div.retorno.sucesso {
	margin-bottom: 20px;
	color: #222222;
	font-weight: bold;
	background-color: #ffdd65;
	padding: 5px 10px;
}