#newsletter {
	display: block;
	position: absolute;
	width: 242px;
	color: #464749;
	z-index: 100;
	margin-top: 20px;
	margin-left: -175px;
}
#newsletter[id] {
}

#newsletterTop {
	float: left;
	width: 100%;
	height: 15px;
	background: url(../images/newsletter/bgtop.png) left top no-repeat;
	behavior: url(pngfix/iepngfix.htc);
}

#newsletterContent {
	float: left;
	width: 100%;
	padding: 0 22px 0 18px;
	background: url(../images/newsletter/bgcontentlong.png);
	behavior: url(pngfix/iepngfix.htc);
}
#newsletterContent[id] {
	width: 202px;
	background: url(../images/newsletter/bgcontent.png) left top repeat-y;
}

#newsletter input.text {
	float: left;
	width: 202px;
	height: 24px;
	padding: 3px 1px 0 1px;
	color: #818386;
	border: 1px solid #414243;
}

#newsletter input.buttonLogin {
	margin-right: 5px;
}

#newsletterBottom {
	float: left;
	width: 100%;
	height: 15px;
	background: url(../images/newsletter/bgbottom.png) left top no-repeat;
	behavior: url(pngfix/iepngfix.htc);
}
.error {
	clear:both;
	display:block;
	height:15px;
	color: red;
}