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

._msg{
	background-color:#FFE6E7;
	border:1px solid #FF9396;
	padding:10px;
	text-align:left;
}
._alert{
	background-color:#F0EFD5;
	border:1px solid #AF8F65;
}
._success{
	background-color:#DEEED7;
	border:1px solid #060;
}
._msg .ico{
	width:48px;
	height:48px;
	margin:3px;
	float:left;
}
._msg .testi{
	float:left;
	width:auto;
}
._msg .testi .titolo{
	color:#c00;
	font-size:18px;
}
._alert .testi .titolo{
	color:#960;
}
._success .testi .titolo{
	color:#060;
}
._msg .testi .desc{
	color:#666;
	font-style:italic;
}