#logo { margin:10px 0;width:95%; display:inline-block; text-align:center;}
#loading-image {
 
	width: 95px;
	height: 95px;
	position: fixed;
	top: 50px;
	right: auto;   
	left: auto;   
	z-index: 1000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px;
}
* { font-family:'微軟正黑體', Georgia, Times, 'Century Schoolbook L', serif;}

.ui-content img {
	border: 0;
	display: block; 
	max-width: 100%; 
	height: auto;
	margin-left: auto;   
	margin-right: auto;
}
.ui-header-fixed, .ui-footer-fixed {     z-index: 1000; }
img.full-width { border: 0; display: block; width: 100%; max-width: 768px;	height: auto; margin-left: auto;   margin-right: auto;}

h1 {font-size:30px;}
h2 {font-size:25px;}
h3 {font-size:21px;}
h4 {font-size:18px;}
h5 {font-size:15px;}
h6 {font-size:13px;}

small {
	font-size: 8px;
}
#brand {
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-top: none;
    margin-bottom: none;

}
#top_title h5 {font-size:18px;text-align: center; margin-top:9px;margin-bottom:9px;}
 

.hidden { display: none; }

/* Jquery Mobile icons override */
.ui-btn-custom .ui-icon{-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px; margin-top:-15px !important; left: 5px; }
.ui-btn-custom .ui-icon-shadow{-webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2) !important; -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2) !important; box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2) !important;}
.ui-btn-custom .ui-icon { background-color:#FFF !important; width:30px; height:30px; background-position: 6px !important ;}
