﻿#subhome-callout
{
    display: none;
}

#pg-form
{
    background-image: url(img/form-bck.png);
    background-repeat: no-repeat;
    color: White;
    font-family: Arial Narrow;
    font-size: 16px;
    font-weight: bold;
    height: 306px;
    left: 656px;
    line-height: 38px;
    padding-right: 10px;
    position: absolute;
    top: 149px;
    width: 284px;
    z-index: 10;
}
#pg-form div
{
    text-align: right;
    padding-top: 5px;
}

#pg-form div#pg-thanks
{
    text-align: left;
    padding: 20px;
    line-height: 20px;
}

#pg-form input[type=text]
{
    background-color: Transparent;
    background-image: url(img/input-bck.gif);
    background-repeat: no-repeat;
    height: 20px;
    padding-left: 5px;
    padding-top: 3px;
    width: 163px;
    border: 0;
    margin-left: 10px;
}

#pg-form input[type=radio]
{
    margin-left: 5px;
    margin-right: 5px;
}
#pg-form input[type=checkbox]
{
    margin-left: 15px;
    margin-right: 5px;
}
#pg-form #pg-privacy
{
    background-color: White;
    border: 1px solid black;
    color: Black;
    font-size: 10px;
    height: 60px;
    margin-left: 14px;
    overflow-y: scroll;
    padding: 2px;
    text-align: left;
    width: 260px;
}
#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;

}

.pg-vsummary
{
    background-image: url(img/form-bck.png);
    background-repeat: no-repeat;
    color: White;
    font-family: Arial Narrow;
    font-size: 16px;
    font-weight: bold;
    height: 306px;
    left: 356px;
    line-height: 33px;
    padding-left: 10px;
    position: absolute;
    top: 149px;
    width: 284px;
    z-index: 10;
}

.pg-vsummary ul
{
    padding-left: 20px;
    list-style-type: disc;
}

.pg-vsummary li
{
    color: White;
}

