.layAlert {
	background-color	: #81AA4A;
	height						: 0px;
	margin						: auto;
	margin-bottom			: 20px;
	overflow					: hidden;
	text-align				: center;
	width							: 100%;
}
.layAlertContent {
	background-color	: #F5FBD8;
	text-align				: justify;
	color							: #000000;
	font-family				: Tahoma;
	font-size					: 11px;
	margin						: 2px;
}
.cellAlertText {
	text-align	: left;
	width				: 100%;
}
.cellCloseAlert {
	font-size				: 10px;
	text-align			: right;
	vertical-align	: bottom;
}