.popup_layer {
	position: fixed;
	width: 1000px;
	max-width: 92%;
	min-height: 300px;
	top: 2%;
	padding: 8px 4px;
	margin: 0.4% auto;
	left: 0;
	right: 0;
	background-color: rgba(220, 220, 220, 0.7);
	border-radius: 10px;
	border-width: 1px;
	box-shadow: 3px 3px 10px 6px rgba(0,0,0,0.9);
	text-align: center;
	z-index: 1001;
}

nav.popup_toolbar {
	border-radius-top-left: 10px;
	border-radius-top-right: 10px;
}

nav.popup_nav {
	padding: 8px 12px;
	border-radius: 10px 10px 0 0;
	text-align: right;
}
nav.popup_nav a {
	font-size: 16pt;
	color: white;
	text-decoration: none;
}

div.popup_content {

}