@CHARSET "UTF-8";

div.msg_error,
div.msg_info,
div.msg_success {
	margin:10px;
	padding:24px 80px;
	font-size:14px;
}

div.msg_error {
	color:#bd202e;
	border:1px solid #bd202e;
	background:#ffe9eb url(../img/msg/msg_error.jpg) 10px 10px no-repeat;
}

div.msg_info {
	color:#1f26b2;
	border:1px solid #1f26b2;
	background:#ebecff url(../img/msg/msg_info.jpg) 10px 10px no-repeat;
}

div.msg_success {
	color:#15981b;
	border:1px solid #15981b;
	background:#e9ffea url(../img/msg/msg_success.jpg) 10px 10px no-repeat;
}