.SimpleLightbox-wrap{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.SimpleLightbox-pos-rel{xposition:xrelative;}

.SimpleLightbox-bg{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:black;
	opacity:.8;
}

.SimpleLightbox-wrap table,
.SimpleLightbox-wrap table tr,
.SimpleLightbox-wrap table tr td{
	position:absolute;
	width:100%;
	height:100%;
}

.SimpleLightbox-content-wrap{
	position:absolute;
	border-radius:12px;
	background-color:white;
	margin-top:20px;
	margin:auto;
	padding:12px;
	width:auto;
}

.SimpleLightbox-close{
	position:absolute;
	top:-18px;
	right:-18px;
	width:34px;
	height:34px;
	background-image:url('../images/SimpleLightbox_close.png');
	cursor:pointer;
}