﻿#newsletter
{
    margin: 10px;
    border: solid 1px black;
    font-family:Tahoma;
    color:Black;
}

#newsletter input
{
    border: solid 1px black;
}

#newsletter p
{
    padding:0 10px 0 10px;
    font-size:12px;
    text-align:justify;
    font-weight:bold;
    font-family:Tahoma;
}

#newsletter div div
{
    margin:5px 0 0 0
}

#newsletter label
{
    text-align: left;
    font-weight:bold;
}

#newsletter .submit
{
    text-align:center;
    border:1px solid white;
    background-color:Black;
    color:White;
    font-family:Arial;
}

.callToAction
{
    background: #000000;
    color: White;
    border: solid 2px;
    font-size: 16px;
    display: block;
    padding:5px;
    font-weight: bold;
    text-align: center;
}
