@charset "UTF-8";
/* CSS Document */


/* a sneaky attempt to try a quick switch trick. */
#loading {
	width: 350px;
	height: 200px;
	border: 2px solid #666;
	background-color: #FFF;
	position: absolute;
	left: 40px;
	top: 150px;
	z-index: 10;
	padding: 30px;
	text-align: center;
	font-size: 16px;
}
