#progressbar{
       position: relative;
       width:500px;
}



div.progressb span{
        font-size: 14px;
        font-weight: bold;
}

.loading-indicator {
	height: 100px;
	width: 100px;
	background: url( '../images/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}


.loading-indicator-upload {
	height: 138px;
	width: 312px;
	background: url( '../images/loadingUpload.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-upload-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}


.loading-indicator-progress-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}