.popup_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	z-index: 1000;
}

#popup .popup {
	background: #fff;
	border-radius: 5px;
	min-height: 200px;
	min-width: 500px;
	position: absolute;
	padding: 20px;
	z-index: 1001;
}

#popup .popup h1 {
	font-family: 'Frijole';
	font-size: 30px;
	color: #fff;
	/*text-align: center;*/
	background: #0d0d0d;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px 20px;
	 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
	margin: 0;
}

#popup h1 a {
	display: block;
	width: 26px;
	height: 29px;
	background: url('../img/popup_close.png') no-repeat;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 14px;
}

#popup .ct {
	padding-top: 40px;
}

#content #popup section {
	border: 0;
}

#popup .form {
	width: 730px;
}

#popup_form {
	display: none;
}

#popup .popup.confirm h1 {
	background: transparent;
	color: #000;
	text-align: center;
}
#popup .popup.confirm h1 .close {
	display: none;
}

#popup .buttons_yn {
	text-align: center;
	padding-top: 40px;
}

#popup .buttons_yn .button {
	width: 200px;
	margin: 0 10px !important;
}

#popup section.text {
	padding: 15px 20px;
}
