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