body {
    font-family: 'Open Sans', 'Helvetica', Arial, sans-serif;
    font-size: 14px;
    background: #e2e2e2;
    color: #444;
}

h1, h2, h3, h4 {
    font-family: 'Open Sans', 'Helvetica', Arial, sans-serif;
    font-weight: 700;
}

.content {
    font-size: 100%;
    padding: 20px;
    background: #FFFFFF;
    max-width: 992px;
}

.error {
    color: #CC0000;
}

#flashMessage{
    margin-top:10px;
    margin-bottom:10px;
    padding:10px;
    background:#cc0000;
    color:#FFFFFF;
}

.px100 {
    width: 80px !important;
}

.divider {
    background: url(/img/divider.png) repeat;
    width: 900px;
    height: 3px;
    margin: 0 auto 16px auto;
}

.tc {
    text-align: center;
}

#social-media {
    width:56px;
    height:25px;
    float:right;
    margin-top:16px;
}

#facebook {
    display: block;
    width: 25px;
    height: 25px;
    background: url("/img/icon-facebook.png") top;
    float:left;
}

#facebook:hover {
    background-position: 0 -25px;
}

#twitter {
    display: block;
    width: 25px;
    height: 25px;
    background: url("/img/icon-twitter.png") top;
    float:right;
}

#twitter:hover {
    background-position: 0 -25px;
}

.clear {
    clear: both;
}


#logo {
    margin-top:50px;
    margin-bottom:50px;
}

#slogan {
    margin-bottom:35px;
}

.verbiage {
    width: 550px;
    text-align: justify;
    margin: 0 auto 40px auto;
}

#verbiage-bottom {
    margin-top: 33px;
    clear:both;
}

#form-container {
    width: 550px;
    margin: 50px auto 0px auto;
}

.input-text1 {
    width: 260px !important;
    height: 50px !important;
    border: 0 !important;
    background: #e2e2e2 !important;
    background-color: #e2e2e2 !important;
    color: #333 !important;
    font-size: 18px !important;
    padding-left: 10px !important;
    -webkit-border-radius: 0 !important;
}

.submit {
    width: 260px !important;
    height: 50px !important;
    border: 0px !important;
    background-color: #f80b48 !important;
    color: #fff !important;
    font-size: 18px !important;
    position: relative !important;
    text-align: left !important;
    padding-left: 10px !important;
    -webkit-border-radius: 0 !important;
    -webkit-appearance: none !important;
}

.submit:hover {
    background: #ff1451;
}

p {
    margin: 0px 0px 15px 0px;
    line-height: 24px;
    padding: 0px;
}

.checkbox {
    padding-left: 20px;
}

.radio label,
.checkbox label {
    display: inline;
    padding-left: 0px;
}