.lightbox_bg
{
	position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;
	display: block;
	z-index: 100000;
	text-align: center;
	background-image: URL('/im/gray50trans.png');
}

.lightboxTbl,
.lightboxTbl tr,
.lightboxTbl td
{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.lightbox
{
	width: 420px; 
	height: 550px;
	margin-left: auto ;
	margin-right: auto ;
	background-color: white;
}

.lightboxCloseBtnDiv
{
	margin: 10px 10px 0px 0px;
	float: right;
	width: 20px;
	height: 20px;
	cursor: hand;
	overflow: hidden;
}

.lightboxCloseBtn,
.lightboxCloseBtn img
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 20px;
	height: 20px;
}

.lightboxContent
{
	clear: both;
	margin: 10px;
	overflow: auto;
	width: 400px;
	height: 515px;
}

.lightboxContent iframe
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	width: 400px;
	height: 515px;
	border: none 0px;
}
