html {
	-webkit-text-size-adjust: none;
}
html,body,div{
margin:0px;
padding:0px
}
body {
	font-family: ArialMT, "Arial", "ヒラギノ角ゴ ProN W3";	
	background-color: #666;
	border: none;
	resize:both;
}

#actiBook{	
	border:0px;	
	left:0px;
	top:0px;
	resize:both;	
	border-bottom-color:#9999FF;
}


#Thumbnail_display{
	z-index:1;
	width:0px;
	height:0px;
	position:absolute;
	display:none;
}

#sTop{
	border:0px;
	height:29px;	
	background-image:url("../images/header-background.gif") ;
	-webkit-background-size:100% 29px;
	position:absolute;
	visibility:hidden;
	opacity:0.9;
	z-index:999;
}
#sBottom{
	visibility:hidden;
    border:0px;
	height:42px;	
	background-image:url('../images/footer-background.gif');
    -webkit-background-size: 100% 42px;	
	position:absolute;	
	z-index:999;	
}
#sBottom_book_List{
    border:0px;
	height:42px;	
	background-image:url('../images/footer-background.gif');
    -webkit-background-size: 100% 42px;	
	position:absolute;	
	z-index:1000;	
}

#sTitle{
	text-align:center;
	color:#FFF;
}
#sClose{
	width:5px;
	padding:3px 4px 3px 0px;
	float:right;	
	border:0px;
}
#sClose img{
	border:0px;
	}
#sPage{
	width:50px;
	padding:3px 10px;
	float:right;
	text-align:right;	
	color:#FFF;
}
#sList{
	width:50px;
	padding:2px 10px  0px 0px;
	float:left;	
}
#sList img{
	border:0px;
	width:40px;
	height:35px;
}
#sBookMark{
	width:50px;
	padding:2px 5px  0px 0px;
	float:left;
}#sBookMark img{
	border:0px;
	width:48px;
	height:35px;
}
#sSearch{
    width:50px;
	padding:2px 5px  0px 0px;
	float:left;
}
#sSearch img{
	border:0px;
	width:40px;
	height:35px;
}
#sLink{
	width:50px;
	padding:2px 5px  0px 0px;
	float:left;
}
#sLink img{
	border:0px;
	width:40px;
	height:35px;
}
#sHelp{
	width:40px;
	padding:5px 0px  0px 0px;
	float:right;
}
#sHelp img{
	border:0px;
	height:30px;
	width:34px;	
}
#sTray{
	z-index:1;	
	left:0px;
	position:absolute;
}
/*
*loading的时候用
*/
#circular{
	width:70px; height:70px; position:absolute; left:50%; top:50%; margin:-35px 0 0 -35px;
}
.circular{
	background-color:#5FB7FF;
	float:left;
	width:15px;	
	height:15px;	
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-animation-name: bounce_circular;
 	-webkit-animation-duration: 0.7s;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-direction: linear;
	}
#circular_1{
	margin-top:25px;
 	-webkit-animation-delay: .3s;
}
#circular_2{
	margin-left:-8px;
	margin-top:9px;
 	-webkit-animation-delay: .4s;
}
#circular_3{
	margin-top:1px;
 	-webkit-animation-delay: .5s;
}
#circular_4{
	margin-left:0;
	margin-top:9px;
 	-webkit-animation-delay: .6s;
}
#circular_5{
	margin-left:-8px;
	margin-top:25px;
 	-webkit-animation-delay: .7s;
}
#circular_6{
	margin-left:-22px;
	margin-top:40px;
 	-webkit-animation-delay: .8s;
}
#circular_7{
	margin-left:-37px;
	margin-top:48px;
 	-webkit-animation-delay: .9s;
}
#circular_8{
	margin-left:-53px;
	margin-top:41px;
 	-webkit-animation-delay: 1s;
}
@-webkit-keyframes bounce_circular{
	0%{-webkit-transform:scale(1);}
	100%{-webkit-transform:scale(.3);}
}

#sOpenAPP{
	text-align:center;
	border:0px;
	line-height:35px;
	height:35px;		
	top:29px;
	background-image:url("../images/header-background.gif") ;
	-webkit-background-size:100% 35px;
	position:absolute;	
	color:#FFF;	
	visibility:hidden;
	/*opacity:0.9;*/
	z-index:999;
}
/*
#downloadApp{
	width:70%;
	height:70%;
	top:10%;
	left:15%;	
	position:absolute;
	text-align:center;
	background-color:#BBB;
	z-index:9999;	
}*/
#downloadApp{
	width:75%;	
	top:20%;
	left:12%;
	color:#FFF;	
	position:absolute;
	background-color:#999;
	z-index:9999;	
}

#btnDownload{
	margin:auto;
 height:30px;
 line-height:30px;
 width:220px;
 border:0;
 background:-webkit-gradient(linear,left top, left bottom, from(#F0F0F0), to(#999));
}

#btnOpen{
	margin:auto;
 height:30px;
 line-height:30px;
 width:220px;
 border:0;
 background:-webkit-gradient(linear,left top, left bottom, from(#97FB97), to(#090));
}