#lightbox{
	position: absolute;
	top: 140px !important;
	left: 0;
	width: 100%;
	z-index: 100;
	}

#lightbox a img{ border: none; }

#loading {
	width: 100%;
	margin: 40px 0px 40px 0px;
	text-align: center;
	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
	}
	
/* (Tom Hoffmann) Custom LightBox Styles for enpProduct display */

div#lbWrapperBg {
	position: relative;
	width: 760px;
	margin: 0px auto 0px auto;
}	

div#lbWrapper {
	float: left;
	width: 760px;


	background-image:url(/wsimages/lightBoxBg.gif);
	background-repeat: repeat-y;
}

div#lbWrapperBorders{
	float:left;
	margin:0px;
	padding:0px;
}

div#lbTop {
	float: left;
	width: 760px;
/*	height: 47px; */
	overflow: hidden;
}
	div#lbViewLrgImage {
		float: left;
		width: 134px;
		height: 33px;
		margin: 14px 0px 0px 0px;
	}
	div#lbTitle {
		float: left;
		width: 593px;
/*		height: 33px; */
		margin-left:60px;
	}
	div#lbClose {
		float: right;
		width: 30px;
		margin: 14px 0px 0px 0px;
	}
	
div#lightBoxDataContainer {
	float: left;
	width: 760px;
	margin-bottom:20px;
}

div#lightBoxDataContainer #lightBoxData{
	margin-top:18px;
	margin-left: 60px;
	margin-right:40px;	
}

div#lbWrapper h1{
	font-family: georgia;
	color:#5c758b;
	font-size:36px;
	font-weight: normal;
}

div#lbWrapper .lbErrors li,#lbErrors li{
	font-size: 12px;
	color:#391f04;
}

div#lbWrapper .lbErrors, #lbErrors{
	margin-bottom: 20px;
}

#lbBottomImg, #lbTopImg{
	float:left;
}
