html,body {
        background-image: url('images/bg.png');
        background-size:100%;
        margin: 0;
        padding: 0;
        height:100%;
}

.text12 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #FFFFFF;
}
.copyright {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #FFFFFF;
}
.Title01 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
}

.Title02 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.Msg {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	color: #F75D59;
}

.info01 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 20px;
	color: #98D4ED;
}
.info01 a:link {
	color: #ffffff;
	text-decoration: underline;
}
.info01 a:visited {
	color: #98D4ED;
	text-decoration: none;
}
.info01 a:hover {
	color: #98D4ED;
	text-decoration: none;
}
.loginBox {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url('images/login.png');
	height: 60px;
	width: 180px;
}
.loginBox a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.loginBox a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.g-button.scaled {
-webkit-transform: scale(2); -webkit-transform-origin: bottom left;
}
 
.g-button.large {
padding: 12px 20px; font-size: 21px; font-weight: bold;
}
.input {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	width: 220px;
	color: #333333;
}
.select {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	width: 220px;
	color: #666666;
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 15px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.blue {	
    height: 45px;
	width: 180px;
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	color: #FFFFFF /*字顏色*/;
	border: solid 1px #1A89E5;
	background: #1B8AE5;
	background: -webkit-gradient(linear, left top, left bottom, from(#45B0EF), to(#1B8AE5));
	background: -moz-linear-gradient(top,  #45B0EF,  #1B8AE5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#45B0EF', endColorstr='#1B8AE5');
}
#centerBox {
    top:42px;
    bottom:49px;
    position:fixed;
}
.centerBox2 {
	padding-bottom: 49px;
}
#centerBox03 {
    top:50px;
    bottom:49px;
    position:fixed;
}
.DeviceTitle {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.Downline01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #818181;
}
.infoText01 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	text-shadow: 0 0px 0px rgba(0,0,0,.3);
}
.TimeTitle01 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.roundCorderC{
    width: auto;
	border: 1px solid #ffffff;
	background: #ffffff;
    padding:1px;
    margin: 10px;
    position: relative;  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 4px #000000;
    -webkit-border-bottom-right-radius: 5px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 50%, rgba(211,211,211,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(246,246,246,1)), color-stop(100%,rgba(211,211,211,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 50%,rgba(211,211,211,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 50%,rgba(211,211,211,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 50%,rgba(211,211,211,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 50%,rgba(2211,211,211,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D3D3D3',GradientType=0 ); /* IE6-9 */

}
.roundCorderC02{
    width: auto;
	border: 1px solid #ffffff;
	background: #ffffff;
    padding:1px;
    margin: 10px; 
    position: relative;  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 4px #000000;
    -webkit-border-bottom-right-radius: 5px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 50%, rgba(211,211,211,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(246,246,246,1)), color-stop(100%,rgba(211,211,211,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 50%,rgba(211,211,211,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 50%,rgba(211,211,211,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 50%,rgba(211,211,211,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 50%,rgba(2211,211,211,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D3D3D3',GradientType=0 ); /* IE6-9 */

}
.roundCorderC03{
    width: auto;
	border: 1px solid #ffffff;
	background: #ffffff;
    padding:1px;
    margin: 10px;
    margin-top: 30px;
    position: relative;  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 4px #000000;
    -webkit-border-bottom-right-radius: 5px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 50%, rgba(211,211,211,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(246,246,246,1)), color-stop(100%,rgba(211,211,211,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 50%,rgba(211,211,211,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 50%,rgba(211,211,211,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 50%,rgba(211,211,211,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 50%,rgba(2211,211,211,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D3D3D3',GradientType=0 ); /* IE6-9 */

}
.listDownline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #818181;
}
#container {
  position:fixed; 
  top:35px;
  left:0;
  bottom:48px; 
  right:0; 
  overflow:auto; 
  /*background:#fff;*/
  padding:10px;
  text-align:center;
  /*-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px #000000;
  -webkit-border-bottom-right-radius: 15px;*/
  }
#container02 {
  position:fixed; 
  top:35px;
  left:0;
  bottom:0px; 
  right:0; 
  overflow:auto; 
  /*background:#fff;*/
  padding:10px;
  text-align:center;
  /*-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px #000000;
  -webkit-border-bottom-right-radius: 15px;*/
}
#container03 {
  position:fixed; 
  top:155px;
  left:0;
  bottom:0px; 
  right:0; 
  overflow:auto; 
  /*background:#fff;*/
  padding:10px;
  text-align:center;
  /*-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px #000000;
  -webkit-border-bottom-right-radius: 15px;*/
}

.Title02 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.infoText02 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
}
.Title03 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;


}
.Title04 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
}
.Title05 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.updatedBox {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	color: #93D3EE;
	margin-bottom: 10px;
	font-weight: bold;
	margin-top: 50px;
	text-align:center;
	width:100%;
}
.updatedBox02 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	color: #ffffff;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align:center;
}
.updatedBox03 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	color: #ffffff;
	margin-bottom: 60px;
	margin-top: 10px;
	text-align:center;
}
.ListBox01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.CopyRightBox {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
