/* 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;	
}

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

#popup-frame .white {
	display: none;
	padding: 0;
	border: none;	
}

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

#popup-frame .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;
}

#popup-frame .content {
	background: #fff;
	position: relative;
	padding: 15px 25px;
	zoom: 1;
}

.content h1 {
	color: #000;
	font-weight: normal;
	font-size: 140%;
	margin-bottom: .5em;
	margin-top: 0;
}

.content img {
	border: solid 1px #cdcdcd;
}

.popup-top {
	background: url('/images/bg/popup-top.gif') top left no-repeat;
	height: 14px;
}

* html .popup-top {
	margin-bottom: -3px;
}

.popup-bottom {
	background: url('/images/bg/popup-bottom.gif') bottom left no-repeat;
	height: 14px;
}

* html .popup-bottom {
	margin-top: -3px;
}

.popup-top-left {
	background: url('/images/bg/popup-top-left.gif') top left no-repeat;
	padding: 0 0 0 13px; 
}

.popup-top-right {
	background: url('/images/bg/popup-top-right.gif') top right no-repeat;
	padding: 0 13px 0 0;
}


.popup-bottom-left {
	background: url('/images/bg/popup-bottom-left.gif') bottom left no-repeat;
	padding: 0 0 14px 0;
}

.popup-bottom-right {
	background: pink url('/images/bg/popup-bottom-right.gif') bottom right no-repeat;
	padding: 0 0 14px 0;
}

.blank {
	display: none;
	padding: 0;
	background: #fff;
	position: relative;
}

.close {
	text-indent:-9999px;
	display: block;
	width: 56px;
	height: 13px;
	position: absolute;
	right: 25px;
	top: 0;
	background: url('/images/bg/close.gif') no-repeat;
	outline: none;
}

.popup-screenshot {
	display: none;
	padding: 25px 15px 25px 15px;
	border: 1px solid #666666;
	background: #fff;
	position: relative;
	zoom: 1;
}

.popup-screenshot p {
	margin: 5px 0;
}

.popup-screenshot .close {
	top: 10px;
}
	
