﻿#pg-intro
{
    background-color: #CAFA4A;
    color: #255391;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin-bottom: 6px;
    padding-left: 38px;
    padding-top: 13px;
}

.pg-block
{
    border-bottom: 2px solid #8397cc;
    background-color: White;
    padding-left: 38px;
    padding-top: 20px;
    font-size: 10px;
}

.pg-block-last
{
    border-bottom: 0;
    height: 85px;
    position: relative;
}

.pg-block-last div
{
    background-image: url(img/nv.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    bottom: 10px;
    height: 37px;
    padding-top: 36px;
    position: absolute;
    right: 10px;
    width: 515px;
}

.pg-block h2
{
    color: #698f08;
    font-size: 14px;
    font-weight: normal;
}
.pg-block-intro
{
    width: 257px;
    float: left;
}
.pg-block-form
{
    width: 370px;
    float: left;
    padding-left: 10px;
}

.pg-block-form dl, .pg-block-form dt, .pg-block-form dd
{
    margin:0;
    padding:0;
}
.pg-block-form dt, .pg-block-form dd
{
    padding-top:10px;
}

.pg-block-form dt
{
    clear:left;
    float:left;
    width:137px;
}
.pg-block-form dd
{
    float:left;
    width:226px;
}

.pg-block-form input[type=text]
{
    border:1px solid gray;
    width:200px;
}
.pg-block-form select
{
    border:1px solid gray;
    width:200px;
}
.pg-block-form textarea
{
    border:1px solid gray;
    width:200px;
    height:50px;
}