﻿/************************************************************************
* Ajax control styles
************************************************************************/
.ProgressIndicator
{
	display:inline;
	float:right;
	margin-top:5px;
}
* html .ProgressIndicator
{
	position:relative;
}
.txtLoading
{
	color:#000;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}
.imgProgress
{
	display:inline;
	margin-right:20px;
	width:32px;
	height:32px;
	vertical-align:middle;
}
* html .imgProgress
{
	position:relative;
	z-index:99;
}