﻿.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;
}


