#slider {
	position:absolute;
	width: 300px;
	height: 350px;
	background: url("/code/newsletter_popup/slider.jpg") no-repeat;
	border: 1px solid #000;
	display: none;
}
#slider img {
	margin-right: 20px;
	margin-top:20px;
	float: right;
	cursor: pointer;
}
#ndata {
	position:absolute;
	height: 65px;
	bottom: 0px;
	right: 10px;
	text-align: center;
}

#ndata input {
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
}

#ndata label {
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
	color: red;
	line-height: 20px;
}
#nemail {
	width: 180px;
	margin-right: 10px;
	float: right;
}
#nsubmit {
	width: 80px;
	height:18px;
	border-style:none;
	float: right;
	background: url("/code/newsletter_popup/zapisz.jpg") no-repeat;
}
