.box {
	background-color: #ffffff;
	color: #888888;
	height: 600px;
	left: -100%;
	position: fixed;
	top: 100px;
	width: 800px;
	z-index: 101;
	border-radius:10px;
	-moz-border-radius:10px;
	padding: 0px;
	background-image: url(wielkanoc_2014.png);
}

.overlay {
	background: rgba(0,0,0,.8);
	bottom: 0;
	left: 0px;
	position: fixed;
	right: 0px;
	top: 0;
	z-index: 100;
	opacity:0.8;
	height: 100%;
	width: 100%;
}

a.boxclose {
	background: url("cancel.png") repeat scroll left top transparent;
	cursor: pointer;
	float: right;
	height: 26px;
	left: -5px;
	top: 5px;
	width: 26px;
	z-index: 200;
	position: relative;
}
