.b_pop_up_banner {
	background-color: #ddd;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 25px 5px #999;
	color: #111;
	display: none;
	padding: 10px;
/* 	padding: 25px; */
}

.b_pop_up_x_button {
	border-radius: 7px 7px 7px 7px;
	box-shadow: none;
	font: bold 131% sans-serif;
	padding: 0 6px 2px;
	position: absolute;
	right: -7px;
	top: -7px;
	background-color: #8C8C8C;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-align: center;
}

.b_pop_up_x_button_span {
	cursor: pointer;
}