.splashOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../i/overlayBg_bg.png) 0 0 repeat;	
	z-index: 66;
	display: none;
}

.newsletterWindow {
	width: 658px;
	height: 463px;	
	background: transparent url(../i/overlayBorder_bg.png) 0 0 no-repeat;
	margin: 0 0 0 -329px;
	position: absolute;
	top: 10%;
	left: 50%;
	z-index: 77;
	display: none;
}

.newsletterWindow .boxContent {
	position: absolute;
	top: 48px;
	left: 48px;
	background: transparent url(../i/overlayContent_bg.png) 0 0 no-repeat;
	width: 562px;
	height: 367px;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 2px #410;
}
.newsletterWindow .boxContent > p { position: absolute; }
.newsletterWindow .closeWindow {
	position: absolute;
	top: -1px;
	right: 0;
	display: block;
	text-indent: -3000px;
	width: 141px;
	height: 48px;
	background: transparent url(../i/closeButton_bg.png) 0 0 no-repeat;	
	opacity: 0.8;
	cursor: pointer;
}
.newsletterWindow .closeWindow:hover { opacity: 1; }
.newsletterWindow h2 {
	font-size: 22px;
	font-stretch: narrower;
	font-weight: 200;
	margin: 0.5em 0 0 0.75em;
	padding: 0;	
	text-shadow: 0 1px 2px #000;
}
.newsletterWindow h2 strong { 
	font-stretch: condensed;
	font-weight: bold; 
}

.newsletterWindow .formContainer { 
	position: absolute;
	bottom: 76px;
	right: 16px;
}
.newsletterWindow label { display: none; }
.newsletterWindow input[type=text] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0px #fff, 1px 1px 3px #777 inset;
	-moz-box-shadow: 0 1px 0px #fff, 1px 1px 3px #777 inset;
	box-shadow: 0 1px 0px #fff, 1px 1px 3px #777 inset;
	padding: 3px 3px 3px 5px;
	border: 1px #6b0025 solid;
	font-family: Tahoma, Arial, Sans-serif;
	color: #666;
	font-size: 19px;	
	width: 260px;
	vertical-align: middle;
}
.newsletterWindow input[type=text]:focus {
	border-color: #000;
	color: #111;	
}
.newsletterWindow input[type=submit] {
	width: 111px;
	height: 42px;
	text-indent: -3000px;
	border: 0;
	margin-top: -2px;
	vertical-align: middle;
	cursor: pointer;
	background: transparent url(../i/submitButton_bgs.png) 0 0 no-repeat;	
}
.newsletterWindow input[type=submit]:active {
	background-position: 0 -42px;	
}


.newsletterWindow .text_1 {
	top: 50px;
	left: 64px;	
}
.newsletterWindow .text_1 strong {
	display: block;
	font-stretch: condensed;
	font-weight: bold;
	font-size: 19px;
}

.newsletterWindow h1 {
	font-size: 36px;
	font-stretch: condensed;
	margin: 0;
	position: absolute;
	top: 130px;
	left: 44px;
	text-shadow: 0 1px 2px #200;	
}
.newsletterWindow .text_2 {
	font-size: 16px;
	top: 160px;
	left: 82px;	
	color: #ff0;
}
.newsletterWindow .text_3 {
	width: 143px;
	height: 119px;
	text-indent: -3000px;
	background: transparent url(../i/losowanieTitle_bg.png) 0 0 no-repeat;	
	position: absolute;
	top: 80px;
	right: 10px;
}
.newsletterWindow .plussszIlu {
	width: 140px;
	height: 180px;
	position: absolute;
	top: 148px;
	right: 94px;
	background: transparent url(../i/zestaw_plusz_bg.png) 0 0 no-repeat;	
}

.newsletterWindow .nsFooter {
	font-size: 10px;
	font-family: Verdana, Sans-serif;
	color: #6e6a41;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;	
}
.newsletterWindow .nsFooter p {
	width: 60%;	
	float: right;
	text-align: right;
	text-shadow: 0 1px 0px #fff;
	margin-right: 1em;
}
.newsletterWindow .nsFooter .plussszLogotype {
	position: absolute;
	left: 16px;
	bottom: 16px;
	display: block;
	text-indent: -3000px;
	width: 101px;
	height: 107px;
	background: transparent url(../i/plussszLogotype_bg.png) 0 0 no-repeat;	
}