body{    position: relative;}
#ads{
	position:absolute;
	width:196px;
	height:92px;
	z-index:100001;
	background:url(../images/lz.jpg) no-repeat;
	cursor:pointer;
}
#closeBtn{
	display:block;
	width:50px;
	height:22px;
	line-height:22px;
	text-align:center;
	font-size:14px;
	margin:1px 2px 0 145px;
   z-index:10003;
   position:absolute;
}
.ablock{
	display:block;
	width:196px;
	height:92px;
}
.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
}
.white_content {
	display:none;
	position:absolute;
	top:13%;
	left:15%;
	width:70%;
	height:80%;
	border:1px solid lightblue;
	background-color: white;
	z-index: 1002;
	overflow-y:auto;
	overflow-x:hidden;
}
.closebtn{
	display:inline-block;
	width:45px;
	height:24px;
	line-height:20px;
	padding:2px;
	margin:12px 2px 2px 2px;
	border:#ccc solid 1px;
	text-align:center;
	cursor:pointer;
	font-size:12px;
	font-weight:normal;
	float:right;
}
.tzfont{
	font-family:'浠垮畫';
	font-size:16px;
	line-height:26px;
	color:#000;
	padding:3px 10px 5px 15px;
	text-align:left;
	width:98%;
}
.Titleh2{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	height:40px;
	border-bottom:#ccc solid 1px;
}
.tzdiv{
	clear:both;
}