.mailer_body {
	border:2px solid #a4812a;
	width: 400px;
	height: auto;
	position: absolute;
	padding: 10px;	 
	background: #fff;
	z-index:999;
}
.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 {
	padding-left: 15%;
	width: 15%;
}
.mailer_body .info {
	text-align: center;
	font-weight: bold;
	padding: 15px 0px 10px;
}*/

/* Tell a friend Form
----------------------------------------------------------------------------*/    
.btn_sendclose{
    display:inline-block !important;
    width:24px !important;
    height:24px !important;
    background:url(/images/mailer_close.gif) no-repeat !important;
    float:right;
}
.btn_sendclose:hover{
    background-position:left bottom !important;
}
.mailer_body .header{
    overflow:hidden;
    zoom:1;
    padding:5px 0 10px;
}
.mailer_body .header h3{
    font:normal 21px Georgia,'Times New Roman',times,serif;
    float:left;
    color:#224B70;
}
.mailer_body fieldset{
    border-style:none;
}
.mailer_body fieldset .f_row{
    padding:5px 0 5px;
}
.mailer_body fieldset label{
    color:#333333;
    float:left;
    font-size:12px;
    font-weight:bold;
    padding:3px 0 0;
    width:100px;
    display:block;
}
.mailer_body fieldset .f_inputs input{
    border:1px solid #CCCCCC;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    height:20px;
    padding:4px 5px 0;
    width:248px;
}
.mailer_body fieldset .f_inputs textarea{
    border:1px solid #CCCCCC;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    padding:5px;
    width:248px;
    height:80px;
}
.sendmail_btn{
    width:87px;
    height:31px;
    background:url(/images/sendmail_btn.gif) no-repeat;    
    display:inline-block;
    border-style:none; 
    cursor:pointer;
}
.sendmail_btn:hover{
    background-position:left bottom;
}
.mes_mailer{
    padding-left:100px;
    font-family:Arial,Helvetica,sans-serif;
    color:Red;
}