﻿.errMsg
{
	position: absolute;
	top: 400px;
	left: 0;
	width: 430px;
	margin: 20px 320px 20px 190px;
	padding: 15px 15px 15px 15px;
	border: solid 1px gray;
	border-color:#006bb6;
	background-color: #e9e9e9;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	z-index: 1000;
}
/*
.errMsg SPAN 
{
	font-weight: bold;
	color:#333333;
}
*/
.errMsg UL
{
	color: Black;
}
.closeMsg 
{
	float:right;
	font-size: 9px;
	cursor: hand;
	padding-right: 5px;
	padding-left: 17px;
	height: 17px;
	background-image: url(../_img/CMSRemoveLink.GIF);
	background-position: left;
	background-repeat: no-repeat;
	color: Black;
}



.ajaxLoading 
{
	position: absolute;
	float:right;
	padding: 2px 2px 2px 2px;
	background-color: #F2F2F2;
	border: solid 1px gray;
}
.ajaxLContainer 
{
	position:absolute;
	top: 0px;
	left: 0px;
	margin-left: 430px;
}


