@charset "utf-8";

.vrvPreloadFrame{
	width: 200px;
	height: 25px;
	margin: 0 auto;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	padding:0;
	z-index:99;
	background-color:#332211;
}
.vrvPreloadIndicatorBack{
	background-color:#332211;
	width: 198px;
	height: 10px;
	margin: 0;
	border: 1px solid #ffffff;
	padding:0;
	z-index:100;
}
.vrvPreloadIndicator{
	background-color:#ffffff;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	height: 6px;
	margin:2px;
	padding:0;
	z-index:101;
}
.vrvPreloadIndicatorText{
	width:100%;
	text-align:right;
	font-size:10px;
	z-index:102;
	color: #ffffff;
}
