.popup{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding-top:10%;
	z-index:9999;
	background:rgba(0,0,0,0.5);
}

.popup .content{
	position:relative;
	margin:0px auto;
	width:750px;
	padding:50px;
	background:#FFFFFF;
	z-index:9999;
}

.popup .closeBtn{
	position:absolute;
	top:20px;
	right:20px;
	width:15px;
	height:15px;
	background:url("../images/close-btn.png") center no-repeat;
	background-size:cover;
}