﻿.newsletter_container
{
	width: 100%;
}

.newsletter_info_row
{
}
div.newsletter_info_row
{
	clear: both;
}

div.newsletter_info_row 
{
	width: 100%;
	clear: both;
}
div.newsletter_info_row span
{
	display: block;
	float: left;
	font-weight: bold;
	padding-bottom: 3px;
	width: 120px;
}

div.newsletter_info_row span.newsletter_status_succes 
{
	color: Green;
	font-weight: bold;
	float: none;
	width: 100%;
}

div.newsletter_info_row span.newsletter_status_error 
{
	color: red;
	font-weight: bold;
	float: none;
	width: 100%;
}
