@charset "utf-8";
#element_to_pop_up iframe{
	min-width:310px;
	min-height:440px;
}
#element_to_pop_up{
	background:#ffffff;
	position:absolute;
	top:-1000px;
	min-width:310px;
	min-height:440px;
	border:solid 1px;
}
#element_to_pop_up .content_pop_up{
	min-width:310px;
	min-height:440px;
}
#element_to_pop_up .b-close{
	position:absolute;
	right:0;
	top:0;
	width:42px;
	height:42px;
	background:#000;
	color:white;
	font-size:26px;
	line-height:42px;
	text-align:center;
	cursor: pointer;
}