﻿#pg-form table
{
    width: 100%;
}

#pg-form table th
{
    font-family: Arial Narrow;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    vertical-align: top;
    line-height: 30px;
    padding-right: 10px;
}

#pg-form table td
{
    color: Black;
}

#pg-form input[type=text], #pg-privacy, #pg-form textarea
{
    width: 350px;
    border: 1px solid #001e87;
}

#pg-form input[type=checkbox]
{
    margin-right: 5px;
}

#pg-privacy, #pg-form textarea
{
    height: 200px;
    overflow-y: scroll;
    font-size: 12px;
    margin-bottom: 5px;
}

#pg-form input[type=submit]
{
    background-color: transparent;
    background-image: url(img/button.gif);
    background-repeat: no-repeat;
    border: 0 none;
    color: #001E87;
    font-family: Arial Narrow;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    width: 267px;
    margin-left: 12px;
    margin-top: 20px;
}

.pg-vsummary
{
    font-family: Arial Narrow;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
}

.pg-vsummary ul
{
    padding-left: 40px;
    list-style-type: disc;
}

