.progress-info {
	font:13px Arial;
	font-weight: bold;
	}
.progress-data {
	background-color:#000000;
	border:1px solid #666;
	width:43%;
	}
.progress-data tr td {
	background-color:#000000;
	font:12px Arial;
	width:37%;
	}
.progress-bar1 {
	background-color:#000000;
	background-image: url('../images/uploadbar_1.gif');
	background-repeat: repeat-x;
	position:relative;
	text-align:left;
	height:20px;
	width: 395px;
	border:none;
	}
.progress-bar2 {
	background-color:#666666;
	background-image: url('../images/uploadbar_2.gif');
	background-repeat: repeat-x;
	position:relative;
	text-align:left;
	height:20px;
	width:0%;
	}