﻿.addNewsletterContent
{
	float: right;
	font-size: 11px;
	line-height:20px;
	margin-bottom:5px;
	color:#333;
}
.addNewsletterContent input
{
	font-size: 11px;
	line-height:16px;
	padding:0px;
	height:16px;
	margin:0px 10px;
	color:#666;
	border:solid 1px #555;
	padding:0px 5px;
	width:150px;
}
.butAddNewsletter
{
	float: right;
	text-decoration:underline;
	cursor:pointer;
}
.newsletterError
{
	color:#c00;
	font-weight:bold;
}
.newsletterOk
{
	color:#0c0;
	font-weight:bold;
}
