#pleaseWait {
	display: none;
	position: absolute;
	width: 346px;
	height: 64px;
	margin-left: -173px; /* (negative) half width */
	margin-top: -32px; /* (negative) half height */
	left: 50%;
	top: 50%;
	z-index: 999;
	text-align: center;

	background-color: #ced7e1;
	border: 1px solid #fff;
}

#pleaseWait h5 {
	color: #678Ab2;
	background-color: #b3c4d8;
	margin: 0;
	padding-left: .2em;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#pleaseWait p {
	margin: .2em;
	margin-bottom: .4em;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}
