@charset "utf-8";
/* CSS Document */

/*---------------------------msg--------------------------------*/
.msg-erro{
	background-color: #FFEDEC;
	text-align: left;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #900;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	width: 99%;
	float: left;
}
.msg-sucesso{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #090;
	background-color: #D5FFD5;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #060;
	height: 30px;
	float: left;
	width: 99%;
}
.msg-ico{
	float: left;
	height: 30px;
	width: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
