.mailer_body {
	border: solid 1px #C5BC90;
	width: 415px;
	height: auto;
	position: absolute;
	padding: 0;
	background: #f2f0e6;
    z-index: 999;
}

#mail_bg {
    border:9px solid #FFFFFF;
    padding:10px;
}


.mailer_body input, .mailer_body textarea {
    border: 1px solid #C5BC90;
    width: 233px;
    padding: 1px 3px;
}

contact_form input, .contact_form textarea {

    border: 1px solid #C5BC90;
    width: 233px;
    padding: 1px 3px;
}

.mailer_body input {
    height: 18px;
}


#contact_form input.button {
    width: 70px;
    height: 23px;
    float: right;
}

#contact_form input.button, #contact_form input.button_mes,a.btn_close {
    background-color:#EFEAD1;
    color: #0C3B68;
    font-size: 12px;
    font-family: Arial;
}

#contact_form input.button:hover, #contact_form input.button_mes:hover, a.btn_close:hover {
    background-color: #EFECE0;
    cursor: pointer;
    color: #666;
}






#contact_form input.button_mes {
    width: 120px;
    height: 23px;
    float: right;
    margin: 0 13px;
}


a.btn_close {
    background-color:#EFEAD1;
    width: 70px;
    height: 19px;
    padding: 2px 0 0 0;
  	text-indent:0px !important;
	display: inline !important;
  	float:right;
    border: 1px solid #C5BC90;
    text-align: center;
    color: #0C3B68 !important;
    font-size: 12px;
    font-family: Arial;
}

a.btn_close:hover {
    color:#666 !important;
}

*+html a.btn_close {
    height: 21px;
    padding: 0;
}


#contact_form {
    margin: 0 auto;
}

.mailer_body h1 {
    text-align: center;
    font-weight: normal;
    color: #0C3B68;
   	background: url(../../../images/send.png) no-repeat center;
    height: 13px;
}

.mailer_body table td {
    padding: 3px;
}

.warning_mess div {
    color: red;
    text-align: center;
    margin: 10px 0 0px 0px;
    display: block;
}


.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 {
	color:#FFFFFF;
}
.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;
}
.mailer_body fieldset{
	border:none;
}

.mailer_body input, .mailer_body textarea{
	font:normal 10pt Arial, Helvetica, sans-serif;
}