body{ 
    font-family:'Open Sans',sans-serif; 
    margin: 0;
}
#popup_this {
	top: 30%;
	left: 20%;
	text-align:center;
	margin-top: -50px;
	margin-left: -100px;
	padding: 0px;
	position: fixed;
	z-index: 9999;
}
.b-close {
	color: #fff;
	background: #ff0000;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 9999;	
}