
.cp-popup {
	position:absolute;
	display:none;
	background:#eee;
	padding:5px 10px;
	border:#aaa;
	z-index:200000;
	text-align: center;
	width:960px;
	height:768px;
	border:1px solid #aaa;
	border-radius:10px;
}

.cp-popup .header {
	text-align: right;
}

.cp-popup .header a{
	cursor: pointer;
}


#cp-popup-modalbg {
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:199999;
	background:#000;
	opacity:.5;
	filter: alpha(opacity=50);
}