#overlay2 {
	margin: 0 auto;		/* Center this div */
	/*
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	*/
	z-index: 9999999;
	text-align: center;
}

#expireSeconds {
	color: white;
	font-weight: bold;
}

#confirmation {
	background: #849EB4  none repeat scroll 0%;
	border: 2px solid #1b4e7a;
	font-size:150%;
	padding:0.5em 1em;
	width: 400px;

}