﻿@media screen
{
    body#TellAFriend 
    {
    }

    body#TellAFriend h1
    {
        color: #212e63;
        font-size: 24px;
        font-weight: bold;
    }

    body#TellAFriend form td,
    body#TellAFriend form th
    {
        text-align: left;
        line-height: 28px;
    }

    body#TellAFriend form td.label
    {
        padding-right: 10px;
    }

    body#TellAFriend form th.header
    {
        line-height: 40px;
    }
    
}