.mailer_body {
	width: 400px;
	height: auto;
	position: absolute;
    background: #0A0909;
    padding: 10px 25px;
	z-index:999;
    border: solid 1px #247893;
}
.mailer_body .info {
    padding: 5px 0px;
}
.mailer_body h2.big {
    position: absolute;
}
.mailer_body fieldset.form {
    border:1px solid #121111;
    padding: 15px;
    margin-top: 10px;
}
.mailer_body .mailer_loading {
	padding: 10px;
	position: absolute;
	background: #000;
	border: solid 1px #ccc;
}
.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;
}


/* 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;
    margin: 10px 0px 0px 0px;
}
.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 Arial, helvetica, sans-serif;
    float:left;
    color:#224B70;
}
.mailer_body fieldset .f_row{
    padding:5px 0 5px;
}
.mailer_body fieldset label{
    color: #fff;
    float:left;
    padding:3px 0 0;
    width:100px;
    line-height:21px;
    display:block;
}
.mailer_body fieldset .f_inputs input{
    width:248px;
    background:#0C0C0C;
    border:1px solid #201F1F;
    color:#FFFFFF;
    padding:6px 5px;
}
.mailer_body fieldset .f_inputs textarea{
    padding:5px;
    width:248px;
    height:80px;
    background:#0C0C0C;
    border:1px solid #201F1F;
    color:#FFFFFF;
}

.mes_mailer{
    padding-left:100px;
    font-family:Arial,Helvetica,sans-serif;
    color: #19C4FF;
}