﻿.ContactLabel
{
    font-weight: bold;
    font-size: 0.7em;
    width: 170px;
    color: #666666;
    font-family: 'Microsoft Sans Serif' , Tahoma, Verdana;
    text-align: right;
    float: left;
    margin-right: 15px;
    padding-top: 8px;
}
.ContactTextBox
{
    float: left;
    border-right: #adb4bb 1px solid;
    border-top: #adb4bb 1px solid;
    border-left: #adb4bb 1px solid;
    border-bottom: #adb4bb 1px solid;
    margin-bottom: 15px;
    background-color: #f6f6f6;
    font-size: 10pt;
    color: #000000;
    font-family: Verdana, Arial, Tahoma;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
}
.ContactButton
{
    clear: both;
    width: 500px;
    text-align: right;
    display: block;
}
.ContactValidation
{
    margin-top: 5px;
    font-size: 8pt;
    margin-bottom: 15px;
    margin-left: 130px;
    color: #cc0000;
    line-height: 12pt;
    font-family: Tahoma, Verdana, Arial;
    background-position: left 5px;
    padding-left: 60px;
    background-image: url(/PTSorocaba/WebSite/Contact/Warning.gif);
    background-repeat: no-repeat;
    min-height: 40px;
}
.ContactSuccessTitle
{
    font-weight: bold;
    font-size: 1em;
    cursor: default;
    color: #1e5e9c;
    font-family: Arial, Tahoma, Verdana;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 70px;
}
.ContactSuccessDescription
{
    font-size: 0.7em;
    cursor: default;
    color: #666666;
    font-family: 'Microsoft Sans Serif' , Tahoma, Verdana;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 50px;
}