﻿#ContactUs {
    background-color: Transparent;
    padding: 0px 5px 0px 5px;
}

#ReportProblems {
    font-size: 100%;
    color: white;
    font-weight: bold;
}

#GeneralInfo {
    vertical-align:top;
}

    #GeneralInfo #Name {
            color: white;
        font-weight: bold;
    }

#Contact {
    vertical-align: top;
    padding-left: 30px;
}

    #Contact .Title {
        color: white;
        font-weight: bold;
    }

    #Contact #Instructions {
        font-style:italic;
    }
