.cp-popup {
	position:absolute;
	display:none;
	background:#eee;
	padding:5px 10px;
	border:#aaa;
	z-index:2000;
	text-align: center;
	/* width:500px;
	height:300px; */
	width:600px;
	height:620px;
	/* 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:1999;
	background:#000;
	opacity:.5;
	filter: alpha(opacity=50);
}

/* New Addition */

.cp-popup .header {
	text-align: right;
}
.cp-popup p {
text-align: right;
}
.cp-popup a {
	cursor: pointer;
    font-weight: bold;
}
