﻿
#AJAXMessage
{
	 position:relative;
	 height:20px;
}	

.AJAXMessagePosImg
{
	float:left ;
	margin-left:10px;
}	

.AJAXMessagePosImgWait
{
	float:left ;
	margin-left:10px;
	background-image:url(../images/MasterPage/Path.png); 
	background-position: 0px -264px ;  
/*	background-image:url(../images/MasterPage/ok.gif); */
	background-repeat:no-repeat; 
	width:18px;
	height:16px;
	position:absolute;
}	

.AJAXMessagePosImgOk
{
	float:left ;
	margin-left:10px;
	background-image:url(../images/MasterPage/Path.png); 
	background-position: 0px -218px ;  
/*	background-image:url(../images/MasterPage/ok.gif); */
	background-repeat:no-repeat; 
	width:18px;
	height:16px;
	position:absolute;
}	

.AJAXMessagePosImgNOk
{
	float:left ;
	margin-left:10px;
	background-image:url(../images/MasterPage/Path.png); 
	background-position: 0px -310px ;  
/*	background-image:url(../images/MasterPage/error.gif); */
	background-repeat:no-repeat; 
	width:24px;
	height:24px;
	position:absolute;
}	

.AJAXMessagePosMsg
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#96534A ;
	font-size:x-small ;
	vertical-align:text-bottom ;
	margin-left:40px;

}	

