﻿#pg-form {
    background-image: url(img/form.png);
    background-position: 0 bottom;
    background-repeat: repeat-y;
    font-size: 12px;
    height: auto !important;
    min-height: 200px;
    padding-left: 34px;
    padding-right: 20px;
    padding-top: 271px;
    padding-bottom:20px;
    width: 512px;
}

#content {
    padding-left: 370px;
    padding-top: 168px;
}

#pg-form h1 {
    border-bottom: 1px dashed #666666;
    color: #CC0000;
    font-size: 16px;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#pg-form h2 {
    color: #CC0000;
    font-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}

#pg-form h3 {
    font-size: 12px;
    margin-top: 10px;
    text-transform: uppercase;
}

#pg-form dt {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 10px;
    text-transform: uppercase;
}

#pg-form input[type=text] {
    border: 1px solid #333333;
    width: 300px;
}

#pg-form textarea {
    border: 1px solid #333333;
    height: 100px;
    width: 410px;
}

#pg-form select {
    border: 1px solid #333333;
}

#pg-form input.short {
    width: 50px;
}

#pg-form .legend {
    margin-top: 50px;
    font-size: 12px;
}
#pg-form input[type=radio] {
    margin-right: 5px;
}
#pg-form label {
    font-size: 12px;
}
#pg-form .submit {
    background-color: transparent;
    background-image: url(img/submit.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 51px;
    margin: 20px auto auto;
    width: 144px;
}

#pg-form .validation {
    padding: 10px;
    background-color: #cc0000;
    color: White;
    line-height: 20px;
    font-size: 14px;
}

#pg-form .validation li {
    color: White;
    list-style-type: circle;
    margin-left: 40px;
}

#pg-form dt a, #pg-form dd a{
    text-decoration:underline;
}
