﻿.progressBar {
	WIDTH: 320; HEIGHT: 18px
}
.progressInfo
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: 9pt;
	overflow: hidden;
	border-left: #000000 1px solid;
	width: 320;
	padding-top: 1px;
	border-bottom: #000000 1px solid;
	position: absolute;
	height: 18px;
	text-align: center;
}
.progress
{
	overflow: hidden;
	width: 0%;
	height: 18px;
	background-color: #5fff3f;
}
.uploadBar_bg
{
	position: absolute;
	padding: 0px;
	border: 0px solid #C0C0C0;
	background-color: #FFFFE7;
	/*height: 126;*/
	left: 77;
	top: 96px;
	z-index: 10;
	width: 350;
}
.uploadBar_bgcolor
{
	background-color: #ccccff;
}
.uploadBar
{
	visibility: hidden;
	position: absolute;
	width:100%;
	height:100%;
	background-color: #ccccff;
	FILTER: alpha(opacity=90); 
	-moz-opacity: 0.9;
}
.filesizeBg
{
	background-color: #cccccc;
	border-right: #3300cc 0px;
	border-top: #3300cc 0px;
	border-left: #3300cc 0px;
	border-bottom: #3300cc 0px;
}