﻿/* Newsletter signup page styles */
.listSignup
{
    width: 100%;
    height: auto;
}

.listSignup h1
{
    font: italic normal normal 30px/34px Arial, Verdana, Sans-Serif;
    color: #404040;
}

.listSignup table
{
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.listSignup td
{
    padding: 3px 10px 3px 0px;
    vertical-align: top;
}

.listSignup .label
{
    font: italic normal normal 12px/16px Arial, Verdana, Sans-Serif;
    color: #404040;
}

.listSignup .value #Mail-List-Item
{
    float: left;
    width: auto;
    height: auto;
    margin-right: 30px;
}

.listSignup .value .name
{
    font: normal normal bold 12px/16px Arial, Verdana, Sans-Serif;
    color: #404040;
}

.listSignup .value .description
{
    font: italic normal normal 11px/15px Arial, Verdana, Sans-Serif;
    color: #404040;
    display: block;
    margin-left: 23px;
}

.mail-confirm
{
    width: 100%;
    height: auto;
    font: italic normal normal 12px/16px Arial, Verdana, Sans-Serif;
    color: #404040;
}

.mail-confirm .thank-you
{
    display: block;
    font: italic normal normal 30px/34px Arial, Verdana, Sans-Serif;
    color: #404040;
}
