#statusbar{
	position: fixed;
	display:inherit;
	text-align:center;
	z-index:2000;
	width: 100%;
	height: 100%;
	top:40%;
	visibility: hidden;
	font-weight: bold;
	font-size: 1.125em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* #statusbar div{
	width: 100%;
	height: 200px;
	padding: 10px;
	border-left: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	background-color: #0077c8;
} */

#statusbar span{
	font-size: 16px;
	height:100px;
	font-style: italic;
	font-weight: bold;
  	font-family:Verdana, Helvetica, sans-serif;
	white-space: nowrap;
	color: #ffffff;
}

#imgtd{
	float:left;
	background: url(../images/HomePage/ProgressBar.gif) 50% 50% no-repeat;
	width: 100%;
}

#statuBarTd1{
	display:none;
	float:right;
	margin-top:-65px;
}

.prog-border {
  height: 8px;
  width: 200px;
  background: white;
  border: 1px solid #ffffff;
  border-color: white;
  margin: 1px;
  padding: 0;
}

.prog-bar {
  height: 6px;
  margin: 2px;
  padding: 0px;
  background: #3299CC;
}

.fade_background{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	z-index:1001;
	opacity:0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=50);
}
