.popup-dom-lightbox-wrapper {
	display:none;
	background-image:url('/bitrix/images/bg.png');
	height: 100%;
	width: 100%;
	min-height: 650px;
	min-width: 800px;
	position: fixed;
	top: 0;
	left: 0;
}


.lightbox-close {
	float: right;
	position: absolute;
	right:-16px;
	top: -16px;
	background-image: url('/bitrix/images/close.png');
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 32px;
}

.lightbox-close:hover {
	background-position: left bottom;
}

.lightbox-close span {
	display: none;
}

.lightbox-main {
	color: #fff;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	width:800px;
}
