.popup-test {
	width: 100%;
	height: 250px;
	font-size: 18pt;
	background-color: rgba(255, 255, 255, 1);
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	text-decoration: none;
	overflow: hidden;
	font-size: 10pt;
}
.popup-fej {
  width: 100%;
  height: 38px;
  background-color: #6191cc;
  text-align: right;
}
.sotetit {
  width: 100%;
  height: 100%;
  margin: 0px;
	top: 0px;
	left: 0px;
  position: fixed;
  z-index: 1000;
  float: none;
  display: inline;
  background: rgba(0, 0, 0, 0.2);
}
.felugro {
	z-index: 2000;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	width: 530px;
	background-position:  center center;
	background-repeat: no-repeat;
	margin-top: 0px;
	color: white;
	display: table;
	box-shadow: #000 5px 5px 15px;
}
#alap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#alap[id] {
  display: table;
  position: static;
}
#middle {
  position: absolute;
  top: 50%;
}
#middle[id] {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: static;
}
#inner {
  position: relative;
  top: -50%;
  height: 280px;
}
.close {
  margin-top: 2px;
  margin-right: 2px; 
	color: white;
  float: right;
	font-size: 24pt;
}
.close:hover { 
	color: #ff8800;
}