@charset "utf-8";
/* CSS Document */
/* 对话框边框色*/
#msgdiv {
position:absolute;
border:none;
}
/* 对话框标题*/
.mstitle {
	font-weight:bold;
	text-align:left;
	height:20px;
	font-size:12px;
	background-color:#CFC6BC;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	line-height: 20px;
	color: #000;
}
/* 对话框内空区域*/
.msbody {
	text-align:center;
}
.closebu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: right;
	height: 20px;
	width: 20px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
