/* 通用網頁規格
---------------------------------------------------- */
body,table
{color : #333333 ; /*文字色彩*/
font-family : font-family: Verdana, Arial, Helvetica, sans-serif, 細明體 ; /*文字字型*/
font-size :12px; /*文字大小*/
letter-spacing : 1pt ;/*字間距離*/
/*line-height : 110% ;/*設定行高*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
/* 超連結
---------------------------------------------------- */
A:link 
{color:#333333;/*文字色彩*/
text-decoration:none;/*刪除連結線*/
}
A:visited /*瀏覽過的超連結*/
{color:#333333;/*文字色彩*/
text-decoration:none;/*刪除連結線*/
}
A:active /*按下連結*/
{color:#333333;/*文字色彩*/
text-decoration:none;/*刪除連結線*/
}
A:hover /*滑鼠移至連結*/
{color:#AB2323;/*文字色彩*/
/*border-top : 1px solid #000 ; /*上框*/
text-decoration:none;/*刪除連結線*/
/*border-bottom : 1px solid #AB2323 ; /*下框*/
}
/* 文字
---------------------------------------------------- */
.td1 {height="3" ;background="images/7color.jpg";}
.style1 {color: #ffffff;font-size :12px;}/*白色字*/
.style2 {font-size :10px;font-family : Arial ;}/*英文字*/
.style3 {color: #ea5c7f;font-size :10px;font-family : Arial ;}/*粉紅色星星*/
.style4 {color: #ff0000;font-size :14px;}/*紅色字*/
.style5 {color: #DB5079;font-size :12px;}/*紅色字*/
.style6 {color: #FFFFFF}
/* div
---------------------------------------------------- */
.all{
background: url(images/bg.jpg) ;
}

.img1{
width: 752px;height: 251px;background: url(images/realpay01.jpg) 0 0 no-repeat;
overflow: hidden;
}
.status{
width: 752px;height: 251px;

	/*margin-right: 200px;*/
color: #ffffff;
overflow: hidden;
}
.line1{
width: 752px;height: 200px;
 margin: 0;background:#ffffff;
}
.line2{/*版底*/
width: 100%; 0 0 no-repeat; 
padding: 10px;height: 40px; color: #ffffff;background:#9fbbd4;
border-top: 1px solid #000000;
}
.line3{
width: 100%;
height: 2px; ;background:#666666;
 margin: 0;
}
.line4{/*版頭線*/

width: 100%;
height: 2px;
background-color:#666666;
overflow: hidden;/*細線段必加語法*/
}
.line5{/*選擇付費方式*/
width: 650px;height: 40px;margin: 0;
margin-top: 20px;margin-bottom: 10px;
font-size :16px;word-spacing : 5px; vertical-align:super;vertical-align:text-bottom; 
border-bottom: 1px solid #cccccc;
}
.line6{/*付費方式*/
width: 650px;margin: 0;
margin-top: 10px;margin-bottom: 10px;

}
.line7{/*下一步上一步*/
width: 650px;margin: 0;
margin-top: 20px;margin-bottom: 15px;
border-top: 1px solid #cccccc;
}
.line8{/*白底*/
width: 752px;margin: 0; margin: 0;background:#ffffff;
background: url(images/bg2.gif) 0 0 no-repeat;
}
/*隱藏圖層*/
#Layer1 {
	position:absolute;
	width:500px;
	height:350px;
	z-index:1;
	overflow:auto;
	visibility: hidden;

	/*捲軸顏色*/
		SCROLLBAR-FACE-COLOR: #E6E6E6;/*捲軸面顏色*/
 SCROLLBAR-ARROW-COLOR: #0066CC;/*箭頭藍色*/
 SCROLLBAR-TRACK-COLOR: #000000;/*捲軸底色*/
 SCROLLBAR-BASE-COLOR: #ffffff;/*捲軸亮面色*/
	
	}
