/***************************************************
 LIGHTBOX OVERLAY
 ***************************************************/

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	background: #fff;
	text-align: center;
}

#overlay img {
	display: block;
	margin: 0 auto;
	position: relative;
}

/***************************************************
 LIGHTBOX
 ***************************************************/

#lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	z-index: 200;
}

#lightbox #lightbox-wrap {
	background: #fff;
	position: relative;
	z-index: 210;
	border: 3px solid #545454;
	text-align: left;
}

#lightbox-close {
	position: absolute;
	top: 0;
	right: 0;
	background: #545454 url("../images/portal/lightbox-close.png") no-repeat center;
	width: 30px;
	height: 30px;
	z-index: 500;
	cursor: pointer;
}

#lightbox iframe {
	width: 100%;
	border: none;
	display: block;
	overflow: hidden;
}

/***************************************************
 POPUP
 ***************************************************/

.popup {
	top: 0;
	left: 0;
	width: 0;
	background: #fff;
	border: 1px solid #000;
	position: absolute;
	z-index: 500;
	padding: 10px;
	border: 2px solid #545454;
	text-align: left;
}

.popup iframe {
	width: 100%;
	border: none;
	display: block;
	overflow: hidden;
}

.popup .arrow-left {
	position: absolute;
	top: 50%;
	left: -11px;
	background: transparent url("../images/portal/popup-arrow-left.png") no-repeat;
	width: 11px;
	height: 21px;
	margin: -11px 0 0 0;
	overflow: hidden;
}

.popup .arrow-bottom {
	position: absolute;
	left: 50%;
	bottom: -11px;
	background: transparent url("../images/portal/popup-arrow-bottom.png") no-repeat;
	width: 21px;
	height: 11px;
	margin: 0 0 0 -10px;
	overflow: hidden;
}
