﻿body {
}
.CU_Table
{
    width: 580px;
    padding-left: 20px;
}
.CU_BG
{
    background-image: url( '../images/ContactUs/ContactUs_BG.jpg' );
    background-repeat: no-repeat;
}
.TDQuestion
{
    width: 100px;
    text-align: right;
    vertical-align: top;
}
.TDQuestion2
{
    width: 200px;
    text-align: right;
    vertical-align: top;
}
.TDAnswer
{
    color: #BC7629;
    font-weight: bold;
    font-style: italic;
    text-align: justify;
    width: 30%;
}
.TDAnswer2
{
    color: #BC7629;
    font-weight: bold;
    font-style: italic;
    text-align: justify;
    width: 60%;
}
.TDSuccessMessage
{
    font-weight: bold;
    font-size: 13px;
    text-align: left;
}