.yui3-progress-bar {
}

.yui3-progress-bar-content {
	background: white;
	border: 1px solid #949DAD;
	margin: 2px;
	overflow: hidden;
	padding: 1px;
	position: relative;
}

.yui3-progress-bar-horizontal {
}

.yui3-progress-bar-vertical {
}

.yui3-progress-bar-content {
	height: 100%;
}

.yui3-progress-bar-status {
	background: #D4E4FF;
	overflow: hidden;
	position: relative;
}

.yui3-progress-bar-horizontal .yui3-progress-bar-status {
	height: 100%;
}

.yui3-progress-bar-vertical .yui3-progress-bar-status {
	width: 100%;
}

.yui3-progress-bar-text {
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}