html, body, input, select, option, textarea, button, h1, h2, h3, p, ul, li, form {
    overflow-y: inherit !important;
    font-size: medium;
}

.mainContainer {
    width: 100%;
    max-width: 360px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    padding: 0 10px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 10px;
}


.title {
    text-align: center;
    line-height: 18px;
    max-width: 360px;
    width: inherit;
    margin-bottom: 30px;
}

h2 {
    font-size: 24px;
    color: #444;
    text-align: center;
    padding: 0 0 24px 0;
    font-weight: bold;
}


h3 {
    color: #444;
    font-weight: bold;
    padding: 0 0 6px 0;
    font-size: 14px;
}

p {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #444;
    font-size: 13px;
}

.description {
    height: 50px;
}

.submitbutton {
    height: 38px;
    background: #6eb7df url(../../../Common/Images/logmein123/gradient.png) 0 -192px repeat-x;
    padding: 0 10px;
    font-weight: bold;
    font-size: 13px;
    border-radius: 3px;
    color: #fff;
    background-position: 0 -51px;
    border-top: 1px solid #6db3d6;
    border-bottom: 1px solid #317da5;
    border-left: 1px solid #67add1;
    border-right: 1px solid #67add1;
    float: right;
    min-width: 102px;
}

    .submitbutton:hover {
        opacity: 0.9;
        box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    }

.textline {
    margin-bottom: 22px !important;
    max-width: 300px;
}

.text {
    width: 100%;
    max-width: 300px;
    padding: 6px;
    border: 1px solid #ccc;
    border-top: 1px solid #9e9e9e;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 2px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
 
.errorMessage {
    min-height: 15px;
    color: #d90000;
    font-weight: bold;
    font-size: 11px;
    text-align: right;
    padding: 1px 0 2px 0;
    float: right;
    margin-right: -15px;
}

.validationInline {
    display: inline-block;
}

.input-validation-error {
    border: 2px solid red !important;
}

.formWrapBorder, .formWrap {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10vh;
}

.formWrapBorder {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    padding: 1px;
}

.formWrapBorderWithReCaptcha {
    background-color: #fff;
    padding: 1px;
}

.formWrap {
    background-color: #efefef;
    padding: 18px;
    max-width: 360px;
    color: #444;
    position: relative;
    min-height: 440px;
}

.field-validation-valid {
    display: none;
}

.endButtons {
    position: relative;
    bottom: 0;
    width: 89%;
    height: 60px;
    margin-bottom: 10px;
}


.formWrap .endButtons, html.lt-ie7 .formWrap .endButtons {
    height: 40px;
    margin-top: 20px;
}

.formWrap .footNote {
    color: #444;
    font-size: 13px;
    line-height: 18px;
    padding-left: 8px;
    float: left;
    display: inline;
    width: 100%;
    margin-top: 5px;
}

.mailSent {
    width: 300px;
    margin: 0 auto;
}

    .mailSent p {
        text-align: center;
    }

.reCaptchaDiv {
    padding: 0 !important;
    width: 50%;
    margin-top: 10px;
}

.reCaptchaError {
    text-decoration: none !important;
    float: right;
    margin: 5px;
    height: 10px;
    color: #d90000;
    font-weight: bold;
    font-size: 11px;
}

@media (max-width: 250px) {
    .mainContainer,
    .stepBodyWidth,
    .title,
    .text,
    .textline,
    .formWrapBorder,
    .formWrapBorderWithReCaptcha,
    .mailSent {
        overflow: hidden !important;
        width: auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 10vh;
    }
}


