﻿.mail 
{
    font-size: 12px;
    font-family: Arial;
}

.mail .content
{
    border: 10px solid white;
}

.mail .body
{
    border-top: solid 10px white;
    border-bottom: solid 10px white;
    font-family: Arial;
}

.mail .actions
{
    border: solid 1px silver;
    background-color: #FFFF99;
    font-weight: bold;
    font-family: Arial;
}

.mail .actions .inner
{
    border: 10px solid #FFFF99;
}

.mail .actions a
{
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
}

.mail .signature
{
    border-top: solid 20px white;
    font-family: Arial;
}

.mail .footer
{
    border-top: 10px solid white;
    font-size: 11px;
    color: Gray;
    font-family: Arial;
}

.mail .footer a
{
    font-size: 11px;
    font-family: Arial;
    display: block;
}