body
{
}
.closeMsg 
{
	float:right;
	font-size: 9px;
	cursor: hand;
	padding-right: 5px;
	padding-left: 17px;
	height: 17px;
	background-image: url(/_layouts/IMAGES/CMSRemoveLink.GIF);
	background-position: left;
	background-repeat: no-repeat;
	color: Black;
}
.ErrDetails 
{
	float:left;
	font-size: 9px;
	cursor: hand;
	padding-right: 5px;
	padding-left: 10px;
	height: 12px;
	background-image: url(/_layouts/IMAGES/checkoutoverlay.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: Black;	
}
.msgArea 
{
	margin: 15px 15px 15px 15px;
	padding: 4px 4px 4px 4px;
	border: solid 1px gray;
	background-color: #F2F2F2;
}
.InfoMsg 
{
	padding-left: 35px;
	background-image: url(/_layouts/IMAGES/ewr033.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 32px;
}
.ErrMsg 
{
	padding-left: 35px;
	background-image: url(/_layouts/IMAGES/error32by32.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: Red;
	height: 32px;
}
.ajaxLoading 
{
	position: absolute;
	float:right;
	left: -110px;
	*left: 0px;
	padding: 2px 2px 2px 2px;
	background-color: #F2F2F2;
	border: solid 1px gray;
}
.ajaxLContainer 
{
	float:right;
	position:relative;
	
	*margin-left: -110px;
	z-index: 1000;
}
