body {
    margin: 20px 0px 0px 0px;
    background-color: #fff
}

#wrapper1 {
    max-width: 950px;
    margin: 0 auto;
    text-align: center
}

#wrapper1 img {
    max-width: 100%;
    height: auto;
}

#wrapper2 {
    position: relative;
    max-width: 950px;
    margin: 0 auto;
    padding: 15px 0px 15px 0px;
    height: 160px;
    font-size: 14px;
    color: #231f20;
    font-family: Century Gothic, Arial, Tahoma, Verdana
}

#form-wrapper {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    padding: 15px 0px 15px 0px;
    height: 160px;
    font-size: 14px;
    color: #231f20;
    font-family: Century Gothic, Arial;
    text-align: center
}

#submitButton {
    font-size: 14px;
    color: #ffffff;
    background-color: #231f20;
    border: 0px;
    padding: 5px 15px;
}

.pageFormSingleLine {
    font-size: 14px;
    color: #231f20;
    background-color: #ffffff;
    border: 1px solid #231f20;
    padding: 5px 15px;
}

.text1 {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    color: #231f20;
    font-family: Century Gothic, Arial, Tahoma, Verdana;
    height: 90px
}

.text2 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #231f20;
    font-family: Century Gothic, Arial, Tahoma, Verdana
}

.text3 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #231f20;
    font-family: Century Gothic, Arial, Tahoma, Verdana
}

.whyleft {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 450px;
    font-size: 14px;
    color: #231f20;
    font-family: Century Gothic, Arial, Tahoma, Verdana;
    font-weight: normal
}

.whyright {
    position: absolute;
    top: 0px;
    left: 490px;
    width: 450px;
    font-size: 14px;
    color: #231f20;
    font-family: Century Gothic, Arial, Tahoma, Verdana;
    font-weight: normal
}

ul li {
    margin-left: -20px
}

.contact1 {
    top: 30px;
    position: absolute;
    font-size: 14px;
    color: #fff;
    font-family: Century Gothic, Arial, Tahoma, Verdana;
    font-weight: normal;
    text-align: center;
    width: 100%;
}

.contact2 {
    left: 600px;
    top: 30px;
    position: absolute;
    font-size: 14px;
    color: #fff;
    font-family: Century Gothic, Arial, Tahoma, Verdana;
    font-weight: normal
}

span.contactHeading {
    font-size: 18px;
    color: #fff;
    font-family: Century Gothic, Arial, Tahoma, Verdana;
    font-weight: bold
}

span.contactText {
    font-size: 14px;
    color: #fff;
    font-family: Century Gothic, Arial, Tahoma, Verdana
}

a {
    font-size: 14px;
    color: #fff;
    font-family: Century Gothic, Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none
}

a:hover {
    font-size: 14px;
    color: #fff;
    font-family: Century Gothic, Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: underline
}

#wrapper3 {
    position: absolute;
    top: 350px;
    left: 0px;
    width: 950px;
    margin: 0 auto;
    height: 160px;
    background-color: #58585a;
}

.formItem {
    font-size: 14px;
    font-weight: normal;
    color: #231f20;
    font-family: Century Gothic, Arial, Tahoma, Verdana;
}

.pageFormTextarea {
    font-size: 14px;
    color: #231f20;
    background-color: #ffffff;
    border: 1px solid #231f20;
    padding: 5px 15px;
    width: 100%;
}

.mandatoryStar {
    color: #d40000;
}

#form-wrapper .text3 h1 {
    text-align: center
}

@media (max-width: 650px) {
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
        width: 100%;
    }
    td,
    th {
        text-align: left;
        padding: 0px;
    }
    .pageFormSingleLine {
        font-size: 14px;
        color: #231f20;
        background-color: #ffffff;
        border: 1px solid #231f20;
        padding: 5px 15px;
        width: 100%;
        margin: 5px 0px 10px 0px;
    }
    .pageFormTextarea {
        font-size: 14px;
        color: #231f20;
        background-color: #ffffff;
        border: 1px solid #231f20;
        padding: 5px 15px;
        margin: 5px 0px 10px 0px;
        width: 100%;
    }
}