body {
	background-image: url(docbox-background.png);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	text-align: center;
}

body div#status {
	margin-top: 100px;
	display: inline-block;
	padding: 10 40 30 40px;
}

body div#status > div.waitMessage {
	font-family: sans-serif;
	font-size: 12px;
	visibility: hidden;
	height: 0px;
	
}

body div#status div.logo {
	background-color: white;
	background: url(docbox-logo.png) no-repeat;
	width: 327px;
	height: 106px;
	display: inline-block;
}
body div#status div.busyIndicator {
	width: 32px;
	height: 32px;
	background: url(busy-indicator.gif) no-repeat;
	display: inline-block;

}