﻿.err {
	background: url(../images/msg_bg.png) no-repeat;
	background-position: 5px 12px;
	color:#f30;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding:5px 0px 5px 25px;
    display: inline-block;
}
.suc {
	background: url(../images/msg_bg.png) no-repeat;
	background-position: 5px -239px;
	color:#61BD04;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding:5px 0px 5px 25px;
    display: inline-block;
}
.point {
	background: url(../images/msg_bg.png) no-repeat;
	background-position: 5px -138px;
	color:#2BA0F7;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding:5px 0px 5px 25px;
    display: inline-block;
}


