﻿div.pageProgressLayer
{
	background-color:#fefefe;
	filter:alpha(opacity=30);
	-moz-opacity:0.30;
	opacity:0.30;
	overflow:hidden;
	margin:0px;
	padding:0px;
	z-index:10000;
}

div.pageProgressContainer
{
	padding:40px;
	background-color:White;
	border-radius: 15px;
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
	background: -moz-linear-gradient(top,  #fafafa 0%, #f0f0f0 20%, #eaeaea 76%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(20%,#f0f0f0), color-stop(76%,#e0e0e0), color-stop(100%,#e30d14)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#f0f0f0 20%,#eaeaea 76%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#f0f0f0 20%,#eaeaea 76%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#f0f0f0 20%,#eaeaea 76%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#f0f0f0 20%,#eaeaea 76%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e46770', endColorstr='#e30d14',GradientType=0 ); /* IE6-8 */
	z-index:10001;
}

div.pageProgressMsg
{
	white-space:nowrap;
}