﻿.lightOverlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightContent {
	display: none;
	position: absolute;
	z-index:1002;
	overflow: auto;
}

.lightboxTop {
	width: 587px; 
	height: 41px; 
	background-image: url('/images/generic/lightbox_top.png');
}

.lightboxMiddle {
	width: 557px; 
	background-image: url('/images/generic/lightbox_middle.png'); 
	background-repeat: repeat-y;
	padding-left: 15px; 
	padding-right: 15px; 
	font-family: Tahoma; 
	font-size: 11px;
}

.lightboxBottom {
	width: 587px; 
	height: 17px; 
	background-image: url('/images/generic/lightbox_bottom.png');
}
