#erros
, #avisos
, #msgs
{
	display:table;
	min-width:15em;
	max-width:40em;
	margin:1em auto;
	padding:.4em 1em .5em 60px;
	background-position:15px center;
	background-repeat:no-repeat;
	border:2px solid #000;
	border-radius:8px
}
#erros > p
, #avisos > p
, #msgs > p
{
	margin:.4em 0
}
#erros > ul,
#avisos > ul,
#msgs > ul
	{	margin:0	}
#erros > ul > li,
#avisos > ul > li,
#msgs > ul > li
	{	margin:.4em 0	}

#erros {
	margin:2em auto;
	padding:.7em 1em .7em 60px;
	background-color:#f1f3b8;
	background-image:url(/erro.png);
	border-color:#7e0c0c;
}

#avisos {
	background-color:#f8f9e4;
	background-image:url(/aviso.png);
}

#msgs {
	background-color:#fefff0;
	background-image:url(/msg.svg);
	background-size:30px 30px;
	border:1px solid #666
}


#confirm {
	display:table;
	width:auto;
	max-width:40em;
	margin:0 auto;
	padding:1em;
	background:#fff8ee;
	border:1px solid #999;
	border-radius:3px;
}
#confirm > * {
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align:middle;
	clear:none;
}
#confirm > p::before {
	display:inline-block;
	padding:0 .3em 0 0;
	font-family:FontAwesome;
	font-size:230%;
	color:#090;
	content:"\f059";
	vertical-align:middle;
}
#confirm > div {
	margin:0 0 0 1em
}




p.msg {
	max-width:40em;
	margin:2em auto;
	color:#333;
	font-size:90%;
}
