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