﻿.newsletter
{
    width:100%;
    padding:0px 5px 0px 5px;
}

.newsletterErrorCell
{
    text-align:center;
    vertical-align:middle;
    padding-bottom:10px;
}

.newsletterError
{
    color:#FF0000;
    font-family:Verdana;
    font-size:11px;
	font-weight:normal;
	line-height:16px;
}

.newsletterEmailCell
{   
    padding-left:10px;
    height:20px;
    vertical-align:middle;
    width:100%;
}

.newsletterEmailBox 
{   
    margin:0px;
    padding:2px 2px 0px 2px;
    color:#000000;
    font-family:Verdana;
    font-size:10px;
	font-weight:normal;
	height:15px;
	width:95%;
    border:solid 1px #BBBBBB;
}

.newsletterLinks
{
    padding-top:15px;
}

.newsletterLinkLeftCell
{
    text-align:left;
    width:50%;
}

.newsletterLinkRightCell
{
    text-align:right;
    width:50%;
}

a.newsletterLink, a.newsletterLink:active, a.newsletterLink:visited, A.newsletterLink, A.newsletterLink:active, A.newsletterLink:visited
{
    color:#000000;
    text-decoration:none;
}

a.newsletterLink:hover, A.newsletterLink:hover
{
    color:#D21E27;
    text-decoration:underline;
}