body {
	background-color:#eee;
	font-family: Verdana;
	font-size: 10pt;
	color: #000;
	width: 800px;
	margin: 10px auto;
}

#pleasewait {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 50px;
	left: 50%;
	padding:auto;
	visibility:hidden;
	border: 1px solid black;
	background-color:#fff;
	text-align:center;
}

#pleasewait img {
	width: 200px;
}

label {
	width: 100px;
	margin-bottom: 10px;
	display: inline-block;
}

