.process-all {
	width: 300px;
	height: 100px;
	background-color: #e3eeff;
	border: #95b8e7 solid 1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.process-title {
	font-weight: bold;
	color: #0e2d5f;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 15px;
}

.process {
	background-color: #fff;
	height: 65px;
	width: 288px;
	border: 1px solid #95b8e7;
	margin-left: 5px;
	margin-top: 2px;
}

.process-bar {
	height: 20px;
	width: 240px;
	display: inline-block;
	*zoom: 1002;
	margin-left: 20px;
	margin-top: 23px;
}

.pb-wrapper {
	position: relative;
	background: #cfd0d2;
}

.pb-container {
	border: 1px solid;
	height: 18px;
	position: relative;
	left: -1px;
	margin-right: -2px;
	font: 1px/0 arial;
	padding: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.pb-value {
	margin-top: -1px;
	height: 100%;
	width: 0;
	background: #fbec88;
}

.pb-info {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	margin-top: 4px;
	color: black;
	font: 12px arial;
}

.skin-green .pb-wrapper {
	border-color: #95b8e7;
	border-top-color: #95b8e7;
}

.skin-green .pb-container {
	border-color: #95b8e7;
	border-left-color: #95b8e7;
}

.skin-green .pb-text {
	color: black;
}