#HTMLlightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#outerHTMLContainer{
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}


#HTMLloading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#HTMLloading img{
border : none;
}


#HTMLcontainer{
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	;
	}

		
#HTMLoverlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	
/*	@charset "utf-8";


#overlay{
	background-color:#000000;
	height:500px;
	left:0pt;
	position:absolute;
	top:0pt;
	width:100%;
	z-index:90;
}

#htmllightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#htmllightcontainer{
	position: relative;
	background-color: #fff;
	width: 60%;
	margin: 0 auto;
	overflow: auto;
}
*/

