* {
    font-family: Verdana !important;
}
#header h2 {
    font-size: 22px;
}

h2.mainTitle {
    font-size: 15px;
}

div.pbBody {
    width: 99.2%;
    border: 1px solid #E2E2E2;
    padding: 0.4%;
    color: #5D717C;
    margin: 0 0 50px 0;
}

.form-padding{
    padding: 2rem;
}

.form-field label{
    width: 100%;
}

input[type="submit"],
input[type="button"]{
    padding: 20px 120px;
    font-weight: 400;
}

input[type="text"] {
    width: 30%;
}

select {
    width: 32%;
    background-image: url("../img/icons/arrow-down-black.png");
    background-position: 97% 52%;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
}

textarea {
    width: 50%;
}

@media screen and (max-width: 940px)
{
    .wrapper {
        width: 96%;
        margin: 0 auto;
        padding: 0;
    }

    input[type="text"] {
        width: 50%;
    }

    select {
        width: 53%;
    }
}

@media screen and (max-width: 480px)
{
    #header h2 {
        float: left;
        margin-top: 25px;
    }

    input[type="text"] {
        width: 80%;
    }

    select {
        width: 85%;
    }

    textarea {
        width: 80%;
    }

    input[type="submit"] {
        padding: 20px 25%;
    }

}

.msg {
    font-weight:normal;
    color:#FA0000;
    font-size:12px;
    font-weight: bold;
    text-align:left;
    font-family:verdana, sans-serif;
    margin: 2%;
}

.get-help {
    display: inline-block;
    border: 1px solid #959595;
    color: #959595;
    border-radius: 50%;
    text-align: center;
    width: 21px;
    height: 21px;
    margin: 18px 0 0 0px;
    padding: 0px 0 0 1px;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-family: Verdana, sans-serif;
    position: absolute;
}

.error-highlight{
    box-shadow: 0px 0px 1px 1px red;
    outline-color: red;
}

.refund-note {
    padding-left: 2.8rem;
    font-size: small;
}