.mailer_body {
	border: solid 1px #cccccc;
	width: 400px;
	height: auto;
	position: absolute;
	padding: 10px !important;	 
	background: #fff;
	text-align:left;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#444;
}
.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;
	height:auto;
	line-height:normal;
}
.mailer_body h3{
	margin:0 0 10px;
	text-align:center;
}
.mailer_body label{
	padding-left:35px !important;
}
.mailer_body .inp_txt{
	width:250px !important;
}
.mailer_body textarea{
	width:250px;
	height:100px;
}
.mailer_body .info {
	text-align: center;
	font-weight: bold;
	padding:5px 0px 10px;
}
.mailer_body .btn_send{
	padding:0;
	border:none;
	float:none;
	display:block;
	margin:auto;
}
.mailer_body .warning_mess{
	margin:0 0 10px;
	text-align:center;
}
