/* FormMailer */
.FormMailer label{
    width: 100%;
    font-weight: normal;
}
.FormMailer input, textarea, button, select{
    width: 100%;
    padding: 5px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

.inputCheckbox{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.inputCheckbox input[type="checkbox"]{
    height: 20px;
    width: 20px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 15px 0 0;
}
.inputRadio .inputRadioSingel{
    display: inline-block;
    width: auto;
    margin: 0 20px 15px 0;
}
.inputRadio input[type="radio"]{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.ResultMsg{
    min-height: 34px;
    text-align: center;
    line-height: 32px;
}
.errorMSG{
    background: rgba(255,197,197,1);
    border: 1px solid rgba(255,0,0,1);
}
.successMSG{
    background: rgba(209,255,203,1);
    border: 1px solid rgba(2,107,0,1);
}
.ErrorField{
    border-color: rgba(255,0,0,1);
}

.FormMailerBody{
    margin-bottom: 35px;
}
.MailerAjaxAnimation{
    width: 100%;
    height: 3px;
    position: relative;
    margin-top: -5px;
    margin-bottom: 5px;
    display: none;
    text-align: center;
}