@CHARSET "ISO-8859-1";

#lightboxWindow {
	background: white;
	padding: 0px 15px 20px 40px;
	position: absolute; 
	left: 50%; 
	top: 50%;
	z-index:100000001;
	width : 755px;
}
#lightboxWindow .topbar {
	height: 35px;
	width: 745px;
	text-align: right;
	margin-top: 10px;
}

#lightboxWindow .topbar a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-right: 30px;
	padding-top: 2px;
	height: 30px;
	font-size: 12px;
	color: #124388;
	background: url('/images/icons/cross.jpg') top right no-repeat;
}

#lightboxWindow .topbar a:hover {
	color: red;
}

#lightboxWindow iframe {
	position: relative; 
	top: 0px;
	bottom :0px;
	width:755px;
	border: 0px;
}

#lightboxWindow #lightboxContent {
	text-align: left;
}

#lightboxUnderlay {
	position: absolute;
	top :0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-moz-opacity: 0.5;
	height: 100%;
	width : 100%;
	background: #000;
	z-index: 10000000;
}

.hidden {
	display: none;
}
