.ProgressDisplay {
	font-weight:normal;
	font-size:10px;
}

.ProgressDisplay .StatusMessage {
	/*margin: 1px;*/
	/*height:50px;*/
	font-weight:normal;
	font-size:10px;
} 
.ProgressDisplay .ProgressBar {
	background-color:#000000;
}
.my_uploader .ProgressDisplay .ProgressBar {
	background-color:#000000; 
}
.ProgressDisplay .ImageButton {
	border-width: 0px; 
	margin: 0px; 
	padding: 0px;
	background-color: inherit;
}

.ProgressDisplay .ImageButton img {
	/*border-width: 2px; 
	border-style: outset;
	border-color: white;*/
	border:0px;
	margin: 0px; 
	padding: 0px;
	height:20px;
	vertical-align: top;
}


body, form, table, tr, td {
	margin: 0px;
	border: 0px none;
	padding: 0px;
}

html, body, form, #progressDisplayCenterer {
	width:100%;
	height:100%;
	font-family:Arial;
	font-size:10px;
}

#progressDisplayCenterer {
	/*vertical-align: middle;*/
	margin: 0 auto;
}

#progressDisplay {
	/*vertical-align: middle;*/
	width:180px;
	/*height:50px;*/
}

#barTd {
	width:180px;
	/*height:20px;*/
}

#statusDiv {
	/*border:1px solid #ffffff;*/
	/*background-color:#ffffff;*/
	padding:0px;
	position: relative;
	width:180px;
	/*text-align: center;*/
	z-index: 1; 
}
.StatusMessage { height:20px;background-color:#ffffff}
.my_uploader .StatusMessage { height:20px;background-color:#ccc}

#barDiv,#barDetailsDiv {
	border: 0px none; 
	margin: 0px; 
	padding: 0px; 
	position: absolute; 
	top:0px; 
	left:0px; 
	z-index:-1; 
	height:20px;
	color:#000000;
	background-color:#000000;
	width:180px;
}


