body {
	margin: 0px;
	overflow: hidden;
}

#center_spacer {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -5em;
	text-align: center;
}

#center_container {
	position: relative;
	height: 10em;
}

#loader {
	background-color: white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	padding: 15px;
}

.body {
	background-color: white;
}

.gwt-ProgressBar {
	background-color: black;
	font-size: 1px;
}

.gwt-ProgressBar .Track {
	background-color: white;
}

.gwt-ProgressBar .Indicator {
	background-color: #9CA2C3;
}