.mailer_body {
	border: solid 1px #cccccc;
	width: 350px;
	height: auto;
	position: absolute;
	padding: 10px;	 
	background: #F6F5FA;
        z-index: 9999;
}

.mailer_body .mailerResponse {
    color: blue;
    text-align: center;
}


.mailer_body h3 {
    color:#0472B1;
    font-size:18px;
    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;
	font-weight: bold;
	background: none;
	margin: 0px 5px 0px auto;
	width: 10px;
}
.mailer_body fieldset.data_container .f_row label {
	width: 55px;
}

#top_line .mailer_body fieldset.data_container .f_row input,
#top_line .mailer_body fieldset.data_container .f_row textarea{
    border:1px solid #A5ACB2;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-style:normal;
    line-height:normal;
    padding:2px 4px;
    color: #999;
    width:200px;
}

#top_line .mailer_body fieldset.data_container .f_row textarea {
    height: 100px;
}

#top_line .mailer_body fieldset.data_container #sendToFriend_sendObject {
    width: 59px;
    border: none;
    color: #fff;
    padding:0;
    margin: 0 auto;
    display: block;
}

#top_line .mailer_body fieldset.data_container #sendToFriend_sendObject:hover {
    background-position: bottom left;
}

.mailer_body .info {
	text-align: center;
        color: #999;
	font-weight: bold;
	padding: 15px 0px 10px;
}