.process { line-height:25px; height:25px; }
.process .progress-box {border:1px solid #333; background-color:#d2d2d3; width:200px; float:left; height:10px; display:inline; margin-top:4px; position:relative}
.process .progress-bar {
	background: #6edc00
		repeat-x;
	display: inline-block;
	font-size: 0;
	height: 10px;
	line-height: 0;
	margin: 0;
	overflow: hidden;
	-moz-transition: width .3s ease-in-out;
	-webkit-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	-ms-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
	width: 0
}
.process p { border:1px solid #333; background-color:#d2d2d3; width:200px; float:left; height:12px; display:inline; margin-top:4px; position:relative }
.process em { position:absolute; left:1px; top:1px; background-color:#2661af; height:10px; overflow:hidden }
.process span { float:left; width:30px; text-align:right; }
.info { color:#969799; text-align: center}
.info span { display:inline-block; padding-right:5px; }