﻿#LightPopupBGDiv
{
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0px;
	top: 0px;
	background: Gray;
	filter: alpha(opacity=50); /* IE5.5+ */
	-moz-opacity: 0.5; /* Gecko browsers including Netscape 6+ and Firefox */
	-khtml-opacity: 0.5; /* Safari 1.1-1.3 */
	opacity: 0.5; /* Netscape 7.2+, Firefox, Safari 2+, Opera 9 */
	min-height: 1px;
}

#LightBoxCenterDiv
{
	overflow:auto;
	overflow-y:scroll;
	z-index:500;
}


