@charset "utf-8";
/* CSS Document */
#mask {
	position:absolute;
	top:0;
	left:0;
 width:expression(body.scrollWidth);
height:expression(body.scrollHeight);
	filter:ALPHA(opacity=60);
	z-index:1;
	visibility:hidden;
	background-color: #FFFFFF;
}
#massage_box {
	position:absolute;
left:expression((body.clientWidth-550)/2);
 top:expression((body.clientHeight-200)/2);
	/*top:300px;*/
	width:550px;
	/*filter:dropshadow(color=#666666, offx=3, offy=3, positive=2);*/
	z-index:2;
	visibility:hidden;
	color: #000000;
}
body {
	font-family: "宋体", "Arial Narrow", "Times New Roman";
	font-size: 14.8px;
	margitop: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
td {
	font-family: "宋体", "Arial Narrow", "Times New Roman";
	font-size: 9pt;
}
.p1 {
	font-family: "宋体", "Arial Narrow", "Times New Roman";
	font-size: 14.8px;
}
A {
	text-decoration: none;
	color: 0000ff;
}
A:hover {
	text-decoration: underline;
	color: ff0000;
}

.STYLE2 {
	color: #FF0000;
}
.hidden {
	display:none
}
.showstyle {
	display: inline;
	visibility: visible;
}
