
/* release_top_progressbar
-------------------------------------------*/

	#progressline {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		height: 2px;
		width: 100%;
		background-color: #FFFFFF;
		z-index: 111;
		padding: 0;
		margin: 0;
	}

	.progressbar {
		position: relative;
		right: 0;
		bottom: 0;
		left: 0;
		height: 2px;
		background-color: #dedede;
	}

	.progressbar span {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 10%;
		height: 100%;
		background-color: #7AB51F;
	}

	.progressbar-right {
		display: block;
		text-align: center;
		font-size: 14px;
		opacity: 0.6;
		padding-bottom: 3px;
		color: #333333;
	}