/* FlexBox */

body {
	margin: 0;
	padding: 0;
}

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

#popup-frame {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 101;
	text-align: left;
	line-height: 1;
}

.popup-content {
	display: none;
	padding: 0;
	background-color: #fff;
	border: 1px solid #ccc;	
}


.blue {
	display: none;
	padding: 10px;
	background: #263E61;
	border: none;	
}

.white {
	display: none;
	padding: 0;
	background: #fff;
	border: none;	
}

.popup-content p.close {
	width: 50px;
	margin: 0;
	padding: 1px 0;
}

.popup-content a.close-button { 
	display: block;
	width: 52px;
	height: 14px;
	font-size: 0;
	margin: 0 0 8px 0;
	background: url(images/close.gif) top left no-repeat;
}

