.hirdetes_keret {
	position:fixed;
	width: 100%;
	height: 100%;
	background-color:rgba(255,255,255,0.9);
	top: 0;
	left: 0;
	z-index: 50000;
	display: none;
	justify-content: center;
	align-items: center;
}

.modal { display: none; }

.hirdetes_belso a {float:left;}

.hirdetes_belso {	
	max-width: 970px;
	width: 90%;
	height: auto;
	outline: solid 1px #000;
	-webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.2);
box-shadow: 0 0 20px 5px rgba(0,0,0,0.2);
	
}

.hirdetes_infosav { 
	width: 100%; 
	height: 20px; 
	background-color: #000; 
	line-height: 22px;
	font-size: 10px;  
	float: left; 
	color:#fff; 
	padding: 0;

	outline: solid 1px #000;}

.hirdetes_belso img {width: 100%; height: 100%; float: left;}
.hirdetes_ido { float: right; padding-right: 10px;}
a#close {
	background-color: #666;
	padding: 0px;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	float: left;
	font-size: 20px;	
	color:#fff;
	margin: 0;
	margin-right: 1%;
}

a#close:hover {
	cursor: pointer;
	background-color: #fff;
	color:#000;
	
	
}

