﻿/************* Progress Popup *****************/
.progressBackground
{
	background-color: #cdcdcd;
	filter: alpha(opacity=0);
	opacity: 0;
}

#imgProgress 
{
	display:block;
	background: url('../content/img/loading.gif') no-repeat;
	width:100px;
	height:100px;
}