#id-progress {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -16px 0 0 -130px;
	width: 260px;
	height: 32px;
    z-index: 30000;
}
#id-progress #msg {
	position: absolute;
	left: 0;
	top: 0;
	height: 15px;
    font-family: "Helvetica Neue Light Extended", Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	color: #999;
	text-align: center;
	width: 100%;
}
#id-progress #progress-wrapper {
	position: absolute;
	left: 0;
	top: 31px;
	background-color: #F6F6F6;
	height: 1px;
	overflow: hidden;
	width: 100%;
}
#id-progress #progress-wrapper #progress {
	position: absolute;
	left: -25%;
	height: 1px;
	background-color: #E2E2E2;
	width: 25%;
}