@CHARSET "UTF-8";
.newsletterWidget_body{
	width: 207px;
	height: 55px;
	position: relative;
	background: white url(/images/widgets/NewsletterWidget/background.png) no-repeat center;
}

.newsletterWidget_mail {
	top: 18px;
	left: 10px;
	width: 150px;
	height: 12px;
	border: 1px solid #bdbcbd;
	position: absolute;
	font-size: 75%;
	background: white url(/images/widgets/NewsletterWidget/input-background.png) repeat-x center;
}

.newsletterWidget_submit {
	position: absolute;
	top: 18px;
	left: 175px;
	width: 16px;
}

.newsletterWidget_thankyou{
	font-size: 80%;
	padding: 13px 0 0 10px;
	text-align: center;
}

.newsletterWidget_formError {
	font-size: 85%;
	color: red;
	display: block;
	position: absolute;
	top: 35px;
	left: 10px;
}
