﻿*html .emailAlert
{
	position: absolute;
	display:none;
	width: 230px; 
	height: 72px; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/controls/cip/images/emailAlert.png');		
	padding: 34px 20px 20px 20px;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold;	
	z-index: 9999;
	right: 150px;
	margin-top:20px;
}

html>body .emailAlert
{
	position: absolute;
	display:none;
	width: 230px; 
	height: 78px; 
	background-image:url('/controls/cip/images/emailAlert.png');	
	background-repeat: no-repeat; 
	padding: 34px 20px 20px 20px;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold;
	z-index: 9999;
	right: 150px;
	margin-top:20px;
}

*html .AdvanceSearchLeft .emailAlert {
	right:auto;
	left:350px;
}
html>body .AdvanceSearchLeft .emailAlert {
	right:auto;
	left:350px;
}

*html .EmailPanelAlertSub .emailAlert {
	right:auto;
	left:210px;
	margin-top:-20px;

	width: 225px; 
	height: 72px; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/controls/cip/images/emailAlert-sub.png');		
	padding: 13px 20px 20px 36px;
}
html>body .EmailPanelAlertSub .emailAlert {
	right:auto;
	left:210px;
	margin-top:-20px;

	width: 225px; 
	height: 78px; 
	background-image:url('/controls/cip/images/emailAlert-sub.png');	
	background-repeat: no-repeat; 
	padding: 13px 20px 20px 36px;
}