#popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 500px;
	display: none;
}

#popup-box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 910;
	margin-top: 75px;
	display: none;
}

#popup-top {
	text-align: right;
	padding-bottom: 10px;
}

/*--------custom---------*/
#popup-box {
	width: 600px;
	background-color: #fff;
	padding: 10px;
}

#popup-top {
	padding-bottom: 10px;
}

#popup-content {
	border: 1px solid #e8e8d5;
	background-color: #f6f6ed;
	font-size: 12pt;
	padding: 10px;
	line-height: 150%;
	text-align: center;
}




