#popupContainer {
	position: relative;
}

.leightbox .footer {
	background-color: #FFAA27;
	padding: 0;
	position: absolute;
	left: 0;
	top: 395px;
	width: 595px;
	height: 30px;
}

.leightbox .footer a.print {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	left: 300px;
	padding: 7px 0 3px 25px;
	background: url('../i/print.gif') 0 6px no-repeat;
}

.leightbox .footer a.lbAction {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	left: 440px;
	padding: 7px 0 3px 25px;
	background: url('../i/close.gif') 0 6px no-repeat;
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 40px;
	left: 25%;
	width: 595px;
	height: 425px;
	padding: 0;
	border: none;
	background-color: white;
	text-align: left;
	z-index: 1000 !important;
	overflow: auto;	
}

.leightbox .content {
	color: #666;
	margin: 30px 20px 0 20px;
	z-index: 1000 !important;
}

#htmlOverlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 0;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}


.htmlbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#htmlOverlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }