.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:1001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

.popup_content {
	display: none;
	position: fixed;
	top: 100px;
	left: 25%;
	width: 622px;
	height: 50%;
	padding: 0px;
	border: 0px;
	background: transparent;
	z-index:1002;
	overflow: auto;
}

.pop_header {	
	color: #1c5f93;
	font-size: 14px;
	font-weight: bold;
}

.pop_szoveg {
	font-size: 11px;
	color: #000000;
	padding-top: 10px;
}
