body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #3d0e09;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td img {display: block;}
a {
	outline: none;
}



#newsletter {
	height: 108px;
	width: 445px;
	position: relative;

}
#newsletter img.xpoints {
	position: absolute;
	left: 320px;
	top: 290px;
	border: 0;
}

#newsletter #info {
	margin-top: 15px;
	margin-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
}
#newsletter #pierwszy_plan {
	background-color: #2B1200;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	filter: Alpha(Opacity=60);
	opacity: 0.6;
}
#newsletter #pierwszy_plan_info  {
	background-color: #FFF9F4;
	position: absolute;
	height: 600px;
	width: 600px;
	left: -350px;
	top: -270px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #300;
	line-height: 1.2em;
	padding: 20px;
	border: medium inset #300;
}


#newsletter #form {
	background-image:url(../images/newsletter_bg.gif);
	background-repeat: no-repeat;
	height: 108px;
	width: 445px;
	text-align: left;
	position: relative;
}
#newsletter #form input.text {
	background: transparent url(../images/input_bg.gif) no-repeat;
	margin-left: 85px;
	margin-top: 53px;
	border: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	height: 26px;
	width: 250px;
	font-size: 20px;
	line-height: 26px;
}
#newsletter #form input.text:focus {
	outline: none;
}

#newsletter #form input.image {
	border: 0;
	padding: 0;
	position: absolute;
	left: 335px;
	top: 31px;
	background-image: url(../images/ok_h1.gif);
	width: 69px;
	height: 72px;
}
#newsletter #form input.image:hover {
	background-image: url(../images/ok_h2.gif);
}
#newsletter #form input.image:focus {
	outline: none;
}#copyright {
	text-align: center;
	margin-top: 10px;
}

#copyright a{
	color: #FFF;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
