.NewsLetterBox
{
    line-height: normal;
    background-color: #ececec;
    font-size: 9px;
    width: 149px;
    height: 160px;
}
.NewsLetterBox h2
{
    color: #cc321d;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 2px;
    margin-left: 10px;
    margin-right: 4px;
    padding-top: 6px !important;
}
.NewsLetterBox .container
{
    margin-left: 15px;
    margin-right: 15px;
}

.NewsLetterBox input
{
    width: 110px;
    border: none;
    margin-top: 10px;
    font-size: 10px;
}

.NewsLetterBox .buttonContainer
{
    margin-bottom: 6px;
    margin-top: 0;
    text-align: right;
}

.NewsLetterBox .button
{
    cursor: pointer;
    width:94px;
    height:19px;
}

.NewsLetterBox .label
{
    margin-top: 6px;
    font-size: 8px;
}