
#popup{
	width: 80%;
    max-width: 500px;
	background: #fff;
	position: absolute;
	margin: auto;
	top: 5em;
    bottom: auto !important;
	left: 0;
	right: 0;
	z-index: 99;
	border: 5px solid #c60008;
	border-radius: 1em;
	padding: 2em;
	display: inline-block;
	text-align: center;
	box-shadow: 3px 3px 15px rgba(0,0,0,0.8);
}

#popup_btm,
#popup_hd img{display:none;}

#popup_hd a{
	width:2.2em;
	height:2.2em;
	background:#c60008 url('/images/popup_x.png') no-repeat 50% 50%;
	cursor:pointer;
	float:right;
	display:block;
	top:-1em;
	position:absolute;
	right:-1em;
	border-radius:3em;
	border:5px solid #c60008;
}
#popup_hd a:hover{background-color:#e3373e;}

#popup_content{
    height: 100%;
    overflow: hidden;
}