body{ 
    font-family:'Open Sans',sans-serif; 
    margin: 0;
}
#popup_this {
	top: 2%;
	left: 2%;
	text-align:left;
	margin-top: 1px;
	margin-left: 1px;
	background: #fff;
	padding: 30px;
	position: absolute;
	z-index: 2;
	max-width:95%;
}
.b-close {
	color: #fff;
	background: #ff0000;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}