/* FlexBox default styles */

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: 5px;
	background-color: #fff;
	border: 1px solid #ccc;	
}

.tooltipper {
	display: none;
	padding: 5px;
	background: #3A73D6;
	border: 1px solid #000;	
}

.tooltipper p {
	margin: 0;
	padding: 0;
}

.blue {
	display: none;
	padding: 5px;
	background: #3A73D6;
	border: 5px solid #000;	
}

.black {
	display: none;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #000;	
}

.white {
	display: none;
	background: #ffffff;	
}

.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;
}

.iframe-content p.close {
	width: 50px;
	margin: 0;
	padding: 1px 0;
}

.iframe-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;
	cursor: pointer;
}





#pop-wrap {
	border: 1px solid #d4d4d4;
	padding: 5px;
}

#pop-wrap .wrap {
	border: 1px solid #d4d4d4;
	padding: 2px 5px;
	background: #f3f3f3;
}

.wrap .close-top {
	background: url(/images/popup-wrap-top.gif) top left repeat-x;
	text-align: right;
}

.wrap a.close {
	color: #7f7f7f;
	background: #f3f3f3;
	padding: 3px 10px;
}

.wrap #logo {
	margin: 10px 0 10px 20px;
}

.wrap p.inside {
	padding: 0 20px;
	line-height: 2em !important;
}

.continue {
	background: #d5d5d5;
	padding: 5px 10px;
	border: 5px solid white;
	margin: 0 -5px;
}

.continue p {
	margin: 0;
	text-align: right;
}	

.continue p span {
	background: url(/images/sidebar_bullet.gif) 0 4px no-repeat;
	padding-left: 12px;
}
