.mailer_body {
	border: solid 1px #0180C9;
	width: 500px;
	height: auto;
	position: absolute;
	padding: 10px;	 
	background: #fff;
	z-index: 99999;
}
h3.popup_title {
	color:#31850C;
	font-size:26px;
	font-weight:bold;
	line-height:40px;	
	background: url(/images/dots.gif) repeat-x left bottom;	
	margin-bottom: 25px;
}
.mailer_body .warning_list div {
	padding-bottom: 15px;
}
.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;
	position: absolute;
	right: 10px;
}
.mailer_body fieldset.data_container .f_row label {
	padding-left: 15%;
	width: 15%;
}
.mailer_body .info {
	font-weight: bold;
	padding: 5px 0px 10px;
	display: block;
}
.mailer_body textarea {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
}