﻿/* For Animated popup (Start) */
/*For main container which will contain popup window*/
.wireFrame 
{
	display:none; 
	overflow: hidden; 
	z-index: 2; 
	background-color: #FFFFFF; 
	border: 1px solid #D0D0D0;
	position:absolute;
}
/*For Close Icon div*/
.CloseParent
{
	float: right; 
	opacity: 0; 
	filter: Alpha(opacity=100);
}
/*For Close Icon link*/
.CloseIcon
{
	background-color: #666666; 
	color: #FFFFFF; 
	text-align: center; 
	font-weight: bold; 
	text-decoration: none; 
	border: outset thin #FFFFFF; 
	padding: 5px;
}
/*For message container*/
.InfoContainer
{
	display: none; 
	z-index: 2; 
	font-size: 12px; 
	border: solid 1px #CCCCCC; 
	background-color: #FFFFFF; 
	padding: 5px;
	opacity: 0; 
	filter: Alpha(opacity=00); 
	overflow:scroll;
}
/*For Animated popup (End)*/
