﻿
.contact-us .left {
    float: left;
    width: 350px;
    padding: 20px;
}
    .contact-us .left table {
        border-spacing: 15px;
    }

.contact-us .right {
    float: right;
    background: #f5f5f5;
    padding: 20px 30px;
    width: 530px;
}
    .contact-us .right table {
        margin: 10px;
        border-spacing: 5px;
    }
        .contact-us .right table tr {
        }
            .contact-us .right table tr td {
                font-size: 14px;
                vertical-align: text-top;
            }
                .contact-us .right table tr td input[type="text"],
                .contact-us .right table tr td input[type="email"] {
                    border: none;
                    height: 25px;
                    width: 300px;
                    padding: 0 5px;
                }
                .contact-us .right table tr td textarea {
                    border: none;
                    width: 300px;
                    height: 50px;
                    padding: 0 5px;
                }
                .contact-us .right table tr td .button {
                    text-align: right;
                }


div.success-message {
    margin: 10px;
    color: green;
    font-size: 12px;
    border: 1px solid green;
    padding: 5px;
}
