.msgs {
	font-size: 110%;
	position: absolute;
	/* 	float: right; */
	/* 	bottom: 0px; */
	top: 0px;
	left: 0px;
	/* 	right: 0px; */
	/* 	float: right; */
	/*margin-left: 100%;*/
/* 	padding-right: 36%; */
/* 	padding-bottom: 40%; */
	color: #fff;
	font-weight: bolder;
	/* 	border: 10px solid green;  */
	/* 	width: 100%; */
	/* 	margin-left: 100%; */
	z-index: 9999;
}

.msgs a {
	color: #fff;
	text-decoration: none;
	font-weight: bolder;
	font-size: 120%;
}

.msgs a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bolder;
	font-size: 120%;
}

.msgs ul {
	/* 	width: 300px; */
	position: relative;
	/* 	float: right; */
	/* 	right: 0px; */
}

.msgs li {
	/* 	right: 0px; */
	/* 	position: relative; */
	/* 	float: right; */
	padding: 10px 37px 10px 15px;
	color: #fff;
	font-weight: bolder;
	/* 	background-color: red; */
	/* 	border: 1px solid blue;  */
	/* 	width: 300px; */
	margin-bottom: 5px;
	display: none;
}

.msgs_fechar {
	text-align: right;
	float: right;
	right: 2px;
	top: 2px;
	position: absolute;
	width: 10px;
	padding: 1px 3px 2px 3px;
	border: 3px solid #dddddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.msgs_fechar:hover {
	text-align: right;
	float: right;
	right: 2px;
	top: 2px;
	position: absolute;
	width: 10px;
	padding: 2px 3px 0px 3px;
	border: 3px solid #dddddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.erro,.ERRO {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	/* 	background-repeat: repeat-x; */
	/* 	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); */
	/* 	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35); */
	/* 	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) ); */
	/* 	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); */
	/* 	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); */
	/* 	background-image: linear-gradient(top, #ee5f5b, #c43c35); */
	/* 	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.sucesso,.SUCESSO {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #80b728;
	/* 	background-repeat: repeat-x; */
	/* 	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230) ); */
	/* 	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230); */
	/* 	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230); */
	/* 	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230); */
	/* 	background-image: -o-linear-gradient(top, #76BF6B, #3B8230); */
	/* 	background-image: linear-gradient(top, #76BF6B, #3B8230); */
	/* 	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.info,.INFO {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #999;
	/* 	background-repeat: repeat-x; */
	/* 	background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#777) ); */
	/* 	background-image: -webkit-linear-gradient(top, #999, #777); */
	/* 	background-image: -moz-linear-gradient(top, #999, #777); */
	/* 	background-image: -ms-linear-gradient(top, #999, #777); */
	/* 	background-image: -o-linear-gradient(top, #999, #777); */
	/* 	background-image: linear-gradient(top, #999, #777); */
	/* 	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.msg-center {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 110px;
}