/* PopupLayer */
#PopupLayer{width:800px;height:auto; overflow:hidden;padding:10px;position:fixed;_position:absolute;left:50%;margin-left:-400px;background:#fff;background-clip:padding-box;border-radius:10px;border:10px solid #666;border:15px solid rgba(0, 0, 0, 0.2); z-index:9999;

_position:absolute;
	_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
_z-index:999;

}




*html{
background-image:url(about:blank);
background-attachment:fixed;
}

.PopupLayer a.close{display:block;width:30px;height:30px;float:right;background:url(../images/close.jpg) no-repeat;overflow:hidden;}
.PopupLayer a.close:hover{background-position:-30px;}
.PopupLayer p{font:13px "����";line-height:30px;letter-spacing:0.1em;}
.PopupLayer p span{color:#7d7d7d;}
.PopupLayer ul{list-style:none;width:475px;height:103px;margin:30px auto 0;border:1px dashed #e4e4e4;overflow:hidden;}
.PopupLayer ul li{float:left;width:95px;height:103px;overflow:hidden;}
.PopupLayer ul li a{display:block;}
.PopupLayer a.btn{display:block;width:100px;height:38px;line-height:38px;text-align:center;color:#fff;font-weight:bold;letter-spacing:0.1em;float:right;background:url(../images/btn_bg.jpg) repeat-x;border-radius:8px;margin:10px 30px 0 0;}
/* btn_content */
.btn_content{margin:50px auto;top:327px;width:204px;height:25px;}
.btn_content button{width:100px;height:25px;line-height:25px;background:#F60;border:1px solid #989898;margin-right:2px;}
.btn_content button:hover{color:#fff;}
.open{ display:block; overflow:hidden; cursor:pointer;}
