#maskbg {
	background-image: none;
	background-color: transparent;
}

#maskbg2 {
	background-image: none;
	background-color: transparent;
}

/* the overlayed element */
.apple_overlay {
	display:none;
	background-image:url(../design/overlay/white.png);
	width:900px;
	height: 700px;	
	padding:35px;
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../design/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:100px;
}

	/* use a semi-transparent image for the overlay */
	#overlay {
		/* background-image:url(http://static.flowplayer.org/img/overlay/transparent.png); */
		background-image:url(../design/overlay/white.png);
		height: 700px;
	}
	
	/* container for external content. uses vertical scrollbar, if needed */
	#overlay div.contentWrap {
		overflow-y:auto;
		width:900px;
		height: 700px;
	}

	
	
/* the overlayed element */
.apple_overlay2 {
	display:none;
	background-image:url(../design/overlay/white2.png);	
	width: 555px;
	height: 218px;
	padding: 20px 23px;
}

/* default close button positioned on upper right corner */
.apple_overlay2 .close {
	background-image:url(../design/overlay/vissza_gomb.png);
	position:absolute; left:40px; top:150px;
	cursor:pointer;
	height:35px;
	width:200px;
}

/* default close button positioned on upper right corner */
.apple_overlay2 .kosar {
	background-image:url(../design/overlay/tovabb_gomb.png);
	position:absolute; right:50px; top:150px;
	cursor:pointer;
	height:35px;
	width:200px;	
}

	/* use a semi-transparent image for the overlay */
	#overlay2 {
		/* background-image:url(http://static.flowplayer.org/img/overlay/transparent.png); */
		height: 150px;
	}
	
	/* container for external content. uses vertical scrollbar, if needed */
	#overlay2 div.contentWrap {
		overflow-y:auto;
		width:547px;
		height: 210px;
	}
