﻿    .aft-outer
    {
        width: 400px;
        margin-left: 0;
    }

    .aft-outer .aft-free-trial
    {
        display: block;
    }

    .aft-free-trial .aft-ft-upper
    {
        padding: 2px;
    }

    .aft-free-trial .aft-row
    {
        display: table;
        width: 100%;
        margin-bottom: 5px;
    }

    .aft-free-trial .aft-row .aft-title
    {
        width: 110px;
        display: table-cell;
    }
    .aft-free-trial .aft-row .aft-item
    {
        display: table-cell;
        width: 250px;
    }
    .aft-free-trial .aft-row .aft-label
    {
        display: table-cell;
    }

    .aft-outer .aft-trial-type
    {
        display: block;
    }
    .aft-trial-type .aft-tt-row
    {
        display: block;
    }

    .aft-outer .aft-thank-you
    {
        display: block;
        text-align: center;
    }
    .aft-outer .aft-sorry
    {
        text-align: center;
        display: block;
    }
    .aft-button 
    {
        margin: 0 auto;
        text-align: center;
    }
    .aft-button input,
    .aft-button input:hover,
    .aft-button input:focus
    {
        font-size: 14px;
    }

