/*
 *   PROGRESS MESSAGE SETTINGS
 *   Sets the progress message settings
 */

/*/////////////////////////////////////////////////////////////////////////////
  // Progress and Barricade Styles
  /////////////////////////////////////////////////////////////////////////////*/
/*   Barricade is the DIV that blocks access to body contents while processing */

.Barricade { background: black; filter: alpha(opacity=50); height: 100%; position: absolute; width: 100%; z-index: 10; opacity: .5; top: 0; }

.Progress div                   { margin: 0 auto; position: absolute; top: 50%; z-index: 20; }  
.Progress                       { height: 100%; position: absolute; width: 100%; z-index: 10; }

/*/////////////////////////////////////////////////////////////////////////////
  // InformationMessage Styles
  /////////////////////////////////////////////////////////////////////////////*/
  
.Progress .InformationMessage
{
	background: white url(../Images/Icons/hourglass.gif) no-repeat 15px 20px;
	border: 1px solid #393995;
	font-size: 1.0em;
	margin: 0 auto;
	padding: 20px 20px 20px 45px;
	position: relative;
	top: -50%;
	width: 60%;
}

.Progress .InformationMessage h4	{ color: #393995; font-size: 1.1em; }
.Progress .InformationMessage p		{ margin: 0; }
