#invite_form input {
    width: 91%;
    padding: 3% !important;
    font-size: 15px;
    display: block;
    margin: 10px auto;
}
#invite_form input[type="submit"] {
    width: 99%;
    background-color: #4f9cd0;
    border-color: #5586a8;
    color: white;
    text-align: center;
}
img.invite {
    width: 100%;
}
h1 {
    font-size: 18px;
}
h4 {
    margin-top: 15px;
    font-size: 18px;
}
.invitation h3 {
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 30px;
}
.invitation form {
    clear: both;
}
.invitation .right {
    text-align: left!important;
    float: right;
    width: 626px;
}
.invite-header {
    width: 100%;
    background-image: url(/img/myctt/CTT-invite.jpeg);
    font-size: 23px;
    color: white;
    padding: 18px 0px;
    background-size: 100%;
    text-shadow: #0b3c68 2px 2px;
    margin-bottom: 30px;
}
div.messsage {
    font-size: 18px;
    color: #db4222;
}
p {
    text-align: left;
}