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

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

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

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

#construction {
	margin-left: -500px;
	margin-top: 300px;
	z-index: 99999;
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-right: auto;
	text-align: center;
}

td.constructionText
{
	color: #000000; 
	font-family: Lucida Grande;
	font-size: 12px;
	background-color: #d5d5d5;
	font-weight: bold;
	padding: 5px;
}

#multiple_message {
	right: 29%;
	top: 350px;
	z-index: 99999;
	position: absolute;
	text-align: center;
	margin-right: auto;
	text-align: center;
}

td.multipleMessage
{
	color: #000000; 
	font-family: Lucida Grande;
	font-size: 12px;
	background-color: #d5d5d5;
	font-weight: bold;
	padding: 5px;
}