@charset "utf-8";
/* CSS Document */

.spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -50px; /* half width of the spinner gif */
	margin-top: -50px; /* half height of the spinner gif */
	text-align:center;
	z-index:1234;
	overflow: auto;
	width: 100px; /* width of the spinner gif */
	height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */

}

#loading_text {
	padding: 3px 5px 3px 5px;
	background-color:#000;
	color:#fff;
	margin-left:8px;
}
