.mailer_body {
	border: solid 3px #cccccc;
	width: 400px;
	height: auto;
	position: absolute;
	padding: 25px;
	background: #fff;
}

.mailer_body h3 {
    text-align: center;
    background: url(/images/tit_tellaf.gif) no-repeat 50% 50%;
    height: 40px;
}


.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: 10px;
	width: 15%;
}
.mailer_body .info {
	text-align: center;
	font-weight: bold;
	padding: 15px 0px 10px;
}

.mailer_body .form_contact textarea {
    width: 260px;
    height: 150px;
}

.mailer_body .form_contact input {
    width: 260px;
}



#sendToFriend_sendObject, #sendToFriend_cancelObject{
    background:#2998D8 none repeat scroll 0 0 !important;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    height:28px;
    font-size:18px;
    font-weight:bold;
    padding:2px 10px;
    float: left;
    line-height: 26px;
}

#sendToFriend_sendObject {
  width: 160px;
  margin-left: 16px;
}


#sendToFriend_cancelObject {
  height: 24px;
  width: 65px;
}


#sendToFriend_sendObject:hover, #sendToFriend_cancelObject:hover{
    background:#34780F none repeat scroll 0 0 !important;
}

.mailer_body .f_buttons {
  padding: 0 0 0 80px;
}




.f_buttons {
	padding-left: 103px;
	margin-left: 4px;
}
.f_inalid {
	border-color: red;
}