.mailer_body {
	border: solid 2px #C0C0C0;
	width: 350px;
	height: auto;
	position: absolute;
	padding: 10px;	 
	background: #F5F5F5;
}

.mailer_body .warning_mess {
  color: red;
  padding: 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;
	font-weight: bold;
	background: none;
	margin: 0px 5px 0px auto;
	width: 10px;
}
.mailer_body fieldset.data_container .f_row {
    clear: both;
    padding: 5px 0;
  }

.mailer_body .btn_send {
    margin: 0 auto;
}

.mailer_body h3{
    border-bottom:1px solid #BBBBBB;
    color:#C60609;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:17px;
    font-weight:normal;
    margin:0 0 10px;
    text-align: center;
    padding:0 0 5px;
    text-transform:uppercase;
}


.mailer_body fieldset.data_container .f_inputs input,
.mailer_body fieldset.data_container .f_inputs textarea{
    width: 200px;
}


.mailer_body fieldset.data_container .f_row label {
	padding-left: 20px;
	width: 70px;
    float: left;
}
.mailer_body .info {
	text-align: center;
	font-weight: bold;
	padding: 15px 0px 10px;
}
