@charset "UTF-8";
/* CSS Document */
#popup_this {
	top: 50%;
	left: 50%;
	text-align: center;
	margin-top: -50px;
	margin-left: -100px;
	background: #fff;
	/* padding: 30px; */
	position: fixed;
	border: solid 3px #133984;
	z-index:999999;
}
.b-close {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #C00;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
