/* FlexBox */

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	font-size: 0;
	background-color: #000;	
}

/* let the background stick around when the page scrolls on compatible browsers */
#overlay[id] { 
	position: fixed; 
}

#popup-frame {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	z-index: 5000;
	line-height: 1;
}

/* let the popup stick around when the page scrolls on compatible browsers */
#popup-frame[id] {
	position: fixed;
}

.popup-wrapper {
}

.popup-content {
}


#inpage {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	z-index: 5000;
	line-height: 1;	
}

#inpage[id] {
	position: fixed;
}


.popup-content, .o-container {
	display: none;
	padding: 14px;
}

.popup-content, div.o-container * {
	z-index: 10000;
}

.popup-content p.close, .o-container p.close {
	margin: 0;
	padding: 1px 0;
	z-index: 10000;
}

.popup-content .o-close, .o-container .o-close {
	display: block;
	float: right;
	width: 52px;
	height: 14px;
	margin: 0 0 8px 0;
	text-indent: -10000px;
	outline: none;
	background: url(../images/close.gif) top left no-repeat;
}

.popup-content img, .o-container img {
	display: block;
}