@charset "utf-8";

#progress_box {
	top: 40px;
	z-index: 99999;
	position: absolute;
	text-align: center;
	left: 57%;
	margin-right: auto;
	text-align: center;
}

td.progressText
{
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #a3dcff;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

#container_progress {
	text-align: center;
	position: fixed;
	vertical-align: middle;
	display: table-cell;
}
