<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.err {
	background: url(../images/msg_bg.png) no-repeat;
	background-position: 5px 2px;
	color:#f30;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding:5px 0px 5px 30px;
}
.suc {
	background: url(../images/msg_bg.png) no-repeat;
	background-position: 5px -246px;
	color:#61BD04;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding:5px 0px 5px 30px;
}
.point {
	background: url(../images/msg_bg.png) no-repeat;
	background-position: 5px -146px;
	color:#2BA0F7;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding:5px 0px 5px 30px;
}


</pre></body></html>