
.content
{
    background-image: url(../images/content-bg.png);
    height: 306px;
}

.left
{
    float: left;
    width: 400px;
    margin: 70px;
}

.right
{
    float: left;
    margin: 42px 0 0 0;
}

.message-heading
{
    font-size: 10pt;
    font-weight: bold;
}

.message-content
{
    margin: 12px 0 0 0;
    font-size: 8pt;
}

.message-footer
{
    margin: 12px 0 0 0;
    font-size: 8pt;
    color: #66CC00;
}

.line
{
    background: #66CC00;
    margin: 10px 0 10px 0;
    height: 2px;
}
