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