﻿h1.contactH1 {
    margin-left: 1cm;
    color: #27404c;
    font-family: Verdana;
    font-size: 12px;
    align-content: center
}

h2.contactH1 {
    margin-left: 1cm;
    color: #27404c;
    font-family: Verdana;
    font-size: 12px;
    align-content: center
}

table.contactUs {
    border: 2px solid #A40808;
    background-color: #FFFFFF;
    width: 50%;
    text-align: left;
    border-collapse: collapse;
    margin-left: 3cm;
}

    table.contactUs td, table.contactUs th {
        border: 3px solid #AAAAAA;
        padding: 2px 2px;
    }

    table.contactUs tbody td {
        font-size: 14px;
        font-weight: bold;
        color: #751C2C;
    }

.txtFeedback {
    margin-left: 3cm;
    padding: 30px;
    font-size: 16px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(66,66,66,.75);
    text-shadow: 0px 0px 5px rgba(66,66,66,.75);
}

.txtFeedback:focus {
    outline: none;
}

.btnSubmit {
    margin-left: 3cm;
    padding: 10px 10px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #F2EFE4;
    background-color: #4c3327;
    border: none;
    border-radius: 2px;
    box-shadow: 0 4px #999;
}

    .btnSubmit:hover {
        background-color: #BD3632
    }

    .btnSubmit:active {
        background-color: #3e8e41;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }

.btnReset {
    padding: 10px 10px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #F2EFE4;
    background-color: #4c3327;
    border: none;
    border-radius: 2px;
    box-shadow: 0 4px #999;
}

    .btnReset:hover {
        background-color: #BD3632
    }

    .btnReset:active {
        background-color: #3e8e41;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }
