.mailer_body {
	width: 516px;
	height: auto;
	position: absolute;
	font-size: 12px;
	z-index: 9999;
}
.mailer_body .bot,
.mailer_body .top {
	width: 516px;
	height: 3px;
	background: url(/images/bg_mailer_body_top.gif) no-repeat top left;
	font: bold 0px/0px small;
}
.mailer_body .container {
	background: url(/images/bg_mailer_body_mid.gif) repeat-y left top;
	padding: 20px 3px 0px 3px;
}
.mailer_body .bot_bg {
	padding: 0px 25px 20px 25px;
	background: url(/images/bg_mailer_bot.gif) repeat-x bottom;
}
.mailer_body h3.mailer_title {
	font: bold 28px Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	background: url(/images/bg_mailer_title.gif) repeat-x bottom;
	padding-bottom: 15px;
	color: #000;
	margin: 0px;
}
.mailer_body .bot {
	height: 2px;
	background: url(/images/bg_mailer_body_bot.gif);
}

.mailer_body .color_sample {
	float: right;
	padding-left: 10px;
}
.mailer_body .mailer_loading {
	padding: 10px;
	position: absolute;
}
.mailer_body .form_contact .txt_inp, .mailer_body .form_contact textarea {
	width: 180px;
	padding: 4px 3px 0 6px;
	background: #fff;
	border: solid 1px #c2bdb8;
}
.mailer_body .form_contact textarea {
	height: 121px;
}
.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 { 
	overflow: hidden; 
	padding: 5px 0px;
	border-top: solid 1px #b2aeaa;
	border-bottom: solid 1px #fff;
	zoom: 1;
}
.mailer_body fieldset.data_container .f_row label {
	float: left;
	width: 160px;
	text-align: right;
	padding: 3px 10px 0px 0px;
}
.mailer_body fieldset.data_container .f_row .f_inputs {
	float: left;
}
.mailer_body .color_name,
.mailer_body .product_name {
	color: #4B443C;
}
.mailer_body .product_name {
	color: #000;
	font-size: 13px;
	display: block;
	padding-top: 5px;
	font-weight: bold;
}
.mailer_body .color_name {
	color: #4b443c;
	font-size: 11px;
	line-height: 13px;
	display: block;
}
.mailer_body .info {
	font-weight: bold;
	padding: 25px 0px 8px;
	border-bottom: solid 1px #fff;
}
.mailer_body fieldset.data_container .btns {
	padding-top: 10px;
	border-bottom: 0px;
}
.btn_cancel_grey,
.btn_send_orange {
	float: left;
	display: inline;
	margin:0 5px 0 0;	
	width: 97px;
	height: 26px;
	background: url(/images/btn_send_orange.gif) no-repeat top left;
}
.mailer_body .btn_send_orange {
	margin-right: 8px;
}
.btn_cancel_grey {
	background: url(/images/btn_cancel_grey.gif) no-repeat top left;
}
.btn_ov {
	cursor: pointer;
	background-position: bottom left;
}
.mailer_body fieldset.data_container .notes {
	font-size: 13px;
	padding: 25px 0px 10px 0px;
	font-weight: bold;
}
