@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
li, ul, h1, h2, h3, h4, h5, h6, td, th {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 100%;
	font-weight: normal;
}


/* ------------下載彈跳開始---------- */
#block {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	z-index: 1000;
	text-align: center;
	visibility: hidden;
}
*html #block {
	position: absolute;
}/*IE舊瀏覽器用，設定絕對定位*/
#msg_line {/*訊息區塊*/
	width: 692px;
	height: 490px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -346px;
	margin-top: -245px;
	z-index: 1001;
	background-color: #FFF;
	border-radius: 10px;
	visibility: hidden;
	background: url(../images/line_pop.jpg) center top no-repeat;
}
.msg_line_code {
	width: 90%;
	height: 90%;
	display: block;
	margin: 0 auto;
	background: url(../images/line_add.png) center 220px no-repeat;}
.btn_close {
	width: 100px;
	height: 80px;
	position: absolute;
	display: block;
	right: 10px;
	top: 16px;
}
/* ------------下載彈跳結束---------- */
