﻿/************************************************************************
* Ajax control styles
************************************************************************/
.ProgressIndicator
{
	height:16px;
	position:absolute;
	top:4px;
	right:8px;
	z-index:1;
}
.txtLoading
{
	color:#FFF;
	font-weight:bold;
	text-align:right;
	line-height:16px;
}
.imgProgress
{
	display:inline;
	margin-left:10px;
	width:16px;
	height:16px;
	vertical-align:middle;
}
* html .imgProgress
{
	position:relative;
	z-index:99;
}
.ModalBackGround
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	background:url(/images/bgModal.png) repeat;
}
* html .ModalBackGround
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bgModal.png', sizingMethod='scale');
}

.ModalPanel
{
	border:solid 1px #9699ab;
    background:url(/images/bgModalPanel.png) repeat;
}
* html .ModalPanel
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bgModalPanel.png', sizingMethod='scale');
}
.ModalPanel .padding
{
	padding:10px;
}
