.mailerBody {
	border: solid 1px #454c2d;
	width: 400px;
	height: auto;
	position: absolute;
	color: #1f2f55;
	background:url(/images/bg_tell_a_friend.gif) repeat;
	padding: 10px;	 
}
.mailerBody .mailerTable {
	width: 400px;
}
.mailerTable h1 {
	padding: 0px 0px 10px 0px;
	font:normal 22px Georgia, "Times New Roman", Times, serif;
	color: #1f2f55;
}

.mailerTable .formFieldName {
	width: 100px;
	white-space: nowrap;
	vertical-align: top;
	text-align: right;
	padding: 0 5px 0px 0px;
	margin: 0px;
	font-weight:bold;
	color: #1f2f55;
}
.mailerTable .formFieldData {
	width: 300px;
	white-space: nowrap;
	vertical-align: top;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.mailerTable .formFieldData .formTfReq {
	width: 250px;
	border:solid 1px #454c2d;
	padding:2px 2px 2px 3px;
	margin:0 3px 0 0;
	float:left;
}
.mailerTable .formFieldData textarea.formTfReq {
	height: 75px;
}
.btn {
	background: url(../../../images/bfm_style_images/bot_menu_link_bg.gif) repeat-x top left;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	text-align: center;
	line-height: 24px;
	height: 24px;
	padding: 0px 3px;
	border: none;
	cursor: pointer;
	border: solid 1px #ccc;
}
.btn:hover {
	background: url(../../../images/navi_over_d.gif) repeat-x top left;
}
.btn_close{
	background: url(../../../images/close.gif) no-repeat top left;
	display: block;
	height: 20px;
	width: 23px;
	padding: 0px;
	margin: 0px;
	border: none;
	cursor: pointer;
}
/*.btn_close:hover{
	background: url(../../../images/close.gif) no-repeat bottom left;
}*/
.btn_send{
	background: url(../../../images/btn_send.gif) no-repeat top left;
	height:36px;
	width:121px;
	border:none;
	cursor:pointer;
}
/*.btn_send{
	background: url(../../../images/btn_send.gif) no-repeat bottom left;
}*/
.mailerSender
{
	 border: 1px solid; 
	 width:  320px;
}
.mailerSubject
{
	 border: 1px solid; 
	 width:  320px;
}
.mailerTo
{
	 border: 1px solid; 
	 width:  320px;
}
.mailerCc
{
	 border: 1px solid; 
	 width:  320px;
}
.mailerBcc
{
	 border: 1px solid; 
	 width:  320px;
}
.mailerMailBody
{
	 border: 1px solid; 
	 width:  322px;
	 height: 200px;
}
.mailerOpenButton
{
	 border: 1px solid; 
	 width:  70px;
	 height: 20px;
	 cursor: pointer;
	 margin: 5px;
}
.mailerSendButton
{
	 border: 1px solid; 
	 width:  70px;
	 height: 20px;
	 cursor: pointer;
}
.mailerCancelButton
{
	 border: 1px solid; 
	 width:  70px;
	 height: 20px;
	 cursor: pointer;
}
.mailerResponse
{
	color:#93070E;
	text-align: center;
	padding-bottom:10px;
	font-weight:bold;
}
.mailerRequired
{
	color: red;
}
.mailerLoading
{
	position: absolute; 
	display: none;	
}
.popup_shadow {
	width: 422px;
	height: 5px;
	position: absolute;
	margin: 13px 0px 0px -13px;
	background: url(/images/popup_shadow.png);
}
* html .popup_shadow {
	background-image: url(/images/1x1.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/popup_shadow.png", sizingMethod="image");
}