#__gwt_historyFrame {
	position: absolute;
	width: 0;
	height: 0;
	border: 0;
	display: none;
}

#loading-box {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	
	margin-top: 50px;
	width: 280px;
	padding: 5px;
	background-color: #EDEFF4;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 2px 2px 1px #333;
  	-webkit-box-shadow: 2px 2px 1px #333;
  	box-shadow: 2px 2px 1px #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#333333')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#333333');
}

#loading-box .progress {
	background: url('images/loading.gif') no-repeat bottom right;
	width: 220px;
	height: 19px;
}
