@charset "utf-8";
/* CSS Document */

#popup
{
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#kerstgroet {
	width: 633px;
	height: 482px;
	position: absolute;
	margin-top: 0px;
	margin-left: -316px;
	top: 0%;
	left: 50%;
	background: url(../images/lightbox/fijnekerst.png) left top no-repeat;
	z-index: 200;
}

.close 
{
	width: 45px;
	height: 45px;
	position: absolute;
	bottom: 0px;
	right: 50px;
	cursor: pointer;
	z-index: 250;
}