@charset "utf-8";
body,div {
	padding:0;
	margin:0;
}
.shadowCon {
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7;
	filter:alpha(opacity=60);
	position:fixed;
	z-index:1000;
}
.popup-container {
	position:fixed;
	left:50%;
	top:300px;
	z-index:1001;
	width:870px;
	height:374px;
	margin-left:-452px;
}
.popup-content {
	overflow:auto;

}
.btn-close {
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	z-index:1000;
	color:#FFF;
	text-align:center;
	width:76px;
	height:40px;
	}
.btn-close a{ font-size:18px; display:block; float:left; color:#FFF;font-weight:bold; line-height:40px;}
.btn-close span{ display:block; float:right;	width:40px; height:40px; line-height:35px; 	background-color:#b1b2b3; 	font-weight:bold; 	font-size:40px;}
.btn-box {
	border-top:1px solid #f1f1f1;
	text-align:right;
	position:absolute;
	left:0;
	background:#fff;
	bottom:0;
	z-index:999;
	width:100%;
}




