#invite_form input {
    width: 92.5%;
    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;
}
#invite_form input[type="submit"].green {
    background-color: green;
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
div.header .title_dark {
    margin-bottom: 0;
}
img.invite {
    width: 100%;
}
h1 {
    font-size: 18px;
}
h4 {
    margin-top: 15px;
    font-size: 18px;
}
.invitation {
    margin-top:55px;
}
.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 5%;
    background-size: 100%;
    text-shadow: #0b3c68 2px 2px;
    margin-bottom: 30px;
    margin: 0 -5% 30px;
}
div.messsage {
    font-size: 18px;
    color: #db4222;
}
p {
    text-align: left;
}
