﻿.mwcFormContainer {
    float: left;
    margin: 0 0 0;
    width: 80%
}

.mwcTable {
    width: 100%
}

    .mwcTable td {
        width: 50%;
        padding-top: 10px;
    }

        .mwcTable td input[type="text"] {
            width: 200px
        }

.thankYouMessage {
    font-size: 26px;
    line-height: 1em;
}

.promotionSubmitButton {
    background-color:rgb(0, 86, 150);
    border:none;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    height:34px;
    padding: 0px 18px;
    text-decoration: none;
    margin: 15px 10px 15px 0px;
    text-align:center;
    color:white;
    font-size:16px;
}