#container {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	width: 500px;
}

#progress_box {
	z-index: 99999;
	position: absolute;
	text-align: center;
	margin-right: auto;
}

td.progressText
{
	color: #FFFFFF; 
	font-family: Lucida Grande;
	font-size: 12px;
	background-color: #4583cc;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

#terms_of_service {
	z-index: 99999;
	position: absolute;
	text-align: center;
	left: 16%;
	top: 10%;
	margin-right: auto;
	text-align: center;
}