﻿

div#newsletter-signup
{
    width: auto;
    position: relative;
    background: #E5E5E5 url(/assets/images/newsletter-bg.jpg) repeat-x;
}
h1
{
    color: #fff;
    background-color: #7C2921;
    border-top: 5px solid #B33826;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    padding: 3px;
    margin: 0;
    font-family: "Trebuchet MS", "Arial Narrow";
}

label
{
    display: block;
    padding: 25px 35px 15px 35px; 
    font-size: 12px;   
    line-height: 16px;
}

input#txtEmail
{
    margin-left: 5px;  
    display: block;
    width: 240px;
    padding: 4px;
    color: #7C2921;
    text-align: right;
}

div#button
{
    float: right;
    padding-right: 5px; 
    margin-top: 15px; 
}

input#btnSubmit
{
    border: 0;    
}

span#newsletterError
{
    color: red;
    line-height: 28px;
    float: left;
    padding-right: 10px;
}