.mailer_body {
    border:2px solid #E7E2D8;
    width: 400px;
    height: auto;
    position: absolute;
    padding: 10px;
    background: #fff;
    z-index: 999;
}

.mailer_body .warning_mess {
    color: red;
    padding: 0 0 0 90px;
}

.mailer_body h3 {
    color:#643C01;
    font-size:18px;
    font-weight:bold;
    line-height:22px;
    margin:0 0 10px;
    text-align: center;
}

.mailer_body .mailer_loading {
    padding: 10px;
    position: absolute;
}
.mailer_body .mailer_loading img {
    margin-right: 5px;
}
.mailer_body .mailer_loading img {
    width: 20px;
    height: 20px;
}
.mailer_body .btn_close {
    display: block;
    text-align: center;
    cursor: pointer;
    color: #7A0911;
    font-size: 18px;
    font-weight: bold;
    background: none;
    margin: 0px 5px 0px auto;
    width: 10px;
}
.mailer_body fieldset.data_container .f_row label {
    width: 80px;
}

.mailer_body fieldset.data_container textarea {
    background:none repeat scroll 0 0 #FCF8EE;
    border:1px solid #CFC5B2;
    height:90px;
    padding:2px 5px;
    width:286px;
}

.mailer_body fieldset.data_container .f_inputs {
    padding-left: 90px;
}

.mailer_body .info {
    text-align: center;
    font-weight: bold;
    padding: 15px 0px 10px;
    color: #7A7A7A;
}