div.newsletter
{
    background-image: url( ../../images/newsletter.png );
    background-position: top;
    height: 137px;
    overflow: hidden;
    position: relative;
    margin-bottom: 3px;
}

div.newsletter input
{
    color: #162a52;
    border: none;
    background-image: url( ../../images/newsletterInput.png );
    background-repeat: no-repeat;
    background-position: left top;
    width: 200px;
    height: 17px;
    padding-left: 10px;
    padding-top: 7px;
    background-color: #2E60A1;
    position: absolute;
    top: 51px;
    left: 47px;
    font-size: 10px;
}

div.newsletter button
{
    color: #ffffff;
    background-color: #2A5998;
    background-image: url( ../../images/newsletterBtn.png );
    width: 67px;
    height: 24px;
    font-weight: bold;
    border: none;
    text-align: center;
    line-height: 24px;
    position: absolute;
    bottom: 15px;
    cursor: pointer;
}

div.newsletter button.delete
{
    left: 66px;
}

div.newsletter button.save
{
    right: 56px;
}

div.newsletter div.newsletterHelp
{
    position: absolute;
    bottom: 9px;
    right: 9px;
    cursor: pointer;
    overflow: hidden;
    width: 15px;
    height: 16px;
}
