
.popup_layer {
	position: fixed;
	width: 1000px;
	max-width: 92%;
	min-height: 300px;
	top: 2%;
	margin: 1% auto;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 12px;
	border-width: 1px;
	box-shadow: 3px 3px 50px 0px rgba(0,0,0,0.8);
	text-align: center;
	z-index: 1001;
}

nav.popup_toolbar {
	border-radius-top-left: 12px;
	border-radius-top-right: 12px;
	background-color: rgba(255, 255, 255, 0.8);
}

nav.popup_nav {
	padding: 8px 12px;
	border-radius: 12px 12px 0 0;
	text-align: right;
}
nav.popup_nav a {
	font-size: 16pt;
	color: white;
	text-decoration: none;
}

div.popup_content {

}