.progress-container {
	margin: -10px 10px 0 10px;
}

.info-container {
	position: absolute;
	z-index: 10; /*margin: 0px 10px -10px 10px;*/
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}

.x-file {
	float: left;
	margin: 0 2px 2px 0;
}

.x-progress-wrap {
	border: 1px solid #6593cf;
	overflow: hidden;
}

.x-progress-inner {
	height: 18px;
	background: #e0e8f3 url(/images/default/qtip/bg.gif) repeat-x;
	position: relative;
}

.x-progress-bar {
	height: 18px;
	float: left;
	width: 0;
	background: #9CBFEE url(/images/default/progress/progress-bg.gif) repeat-x left center;
	border-top: 1px solid #D1E4FD;
	border-bottom: 1px solid #7FA9E4;
	border-right: 1px solid #7FA9E4;
}

.x-progress-text {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 1px 5px;
	overflow: hidden;
	position: absolute;
	left: 0;
	text-align: center;
}

.x-progress-text-back {
	color: #396095;
	line-height: 16px;
}

.ext-ie .x-progress-text-back {
	line-height: 15px;
}

.x-hide-visibility {
	visibility: hidden !important;
}