@charset "utf-8";
body {margin:auto; padding:0px;}
.msg_title {
	font: bold 12px;
	color: #fff;
	background:url(/images/msg_title.jpg) no-repeat;
}
.msg_content_border {
	background: url(/images/msg_bg.jpg) repeat-x;
	border-left: 1px solid #7998B7;
	border-right: 1px solid #7998B7;
	border-bottom: 1px solid #7998B7;
}
.msg_content {
	font-size: 12px;
	line-height: 25px; 
	color: #2D60B9;
}
.msg_btn {
	padding: 0 5px;
	background: url(/images/msg_btn_bg.gif);
	line-height: 22px;
	height: 22px;
	border:0;
}
.msgul{margin:3px 0px 3px 16px;}
.msgul li{
	width:100%;
	height: 16px;
	line-height: 16px;
	list-style:disc outside;
	margin-left:6px;
}