@charset "utf-8";
/* CSS Document */
#pageIsLoading{
	position:          absolute;
	z-index:           9999;
	top:               0;
	left:              0;
	display:            block;
	padding-left:    44px;
	padding-right:  12px;
	height:         1200px;
	width:             100%;
	line-height:      46px;
	border:            1px solid #890000;
	color:              #000000;
	font-weight:    bold;
	background-color: #e5e5e5;
}
body > #pageIsLoading{
	height: 100%;
}
.load_text{
}
.load_img{
	margin:0 auto 0 auto;
	width:100px;
	height:100px;
    background: url(../images/loadingcircle.gif) center no-repeat;
}
