@charset "utf-8";
/* CSS Document */

/*標準型header 內容的寬度改窄版*/
#HeadType1 div.inner	{
	width: 750px;
	}

/*免費註冊TITLE*/	
h2#reg	{
	width: inherit;
	height: 95px;
	background: url(../images/img_regTop.png);
	text-indent: -999em;
	}
	
div.step_reg		{
	padding-bottom: 10px;
	}
	
/*裝表單的DIV*/	
div.form_box	{	
	}
	
/*註冊表單 STEP1 */
form#reg_s1	{	
	}
	
/*表格寬度*/	
table#fillform	{
	width: 750px;
	}
	
/*表單 表格 配置*/
#fillform th, #fillform td	{
	text-align: left;
	height: 30px;
	*line-height: 30px;
	padding-left: 1em;
	font-size: 15px;
	line-height: 1.5em;
	}
	
/*表單日期*/	
#fillform input#year	{
	width: 50px;
	color: #ccc;
	}
	
/*表單帳號*/	
#fillform input#userid	{
	width: 250px;
	}
	
/*表單密碼*/	
#fillform input#pass	{
	width: 120px;
	}
	
/*表單密碼 確認*/	
#fillform input#pass_re	{
	width: 120px;
	}

/*表單 介紹人*/	
#fillform input#friend	{
	width: 250px;
	}		
	
/*使用約定書 外連 IFRAME*/	
td#rules	{	text-align: center; padding:10px;	}
td#rules iframe	{
	width: 730px;
	height: 240px;
	border: 1px solid #999;
	}
	
/*表單 同意條款*/	
#fillform td.agree	{
	text-align: center;
	background-color: #ffffcc;
	font-size: 15px;
	color: #333;
	}
	
/*表格中斷點*/
#fillform td.blank	{
	height: 10px;
	border-top: 1px solid #99cc00;
	}
	
/*表單 提交 要置中*/	
#fillform	td.submit	{
	text-align: center;
	}
		
/*表格 標頭*/	
table#fillform th	{
	height: 30px;
	padding-left: 1em;
	background-color: #e4fd9b;
	border-bottom: 1px solid #99cc00;	
	}
	
/*註冊表單 標題(淺綠)*/	
table#fillform td.op	{
	width: 150px;
	background-color: #f3fed1;
	border-right: 1px dotted #ccc;
	font-size: 12px;
	color: #333333;
	text-align: right;
	}
	
/*備註文字 暗紅*/	
span.must	{
	color: #cc0000;
	font-size: 12px;
	font-weight: normal;	
	}

/*錯誤警示文字*/	
span.alert	{	
	padding-left: 1.5em;
	font-size: 13px;
	background: url(../images/icon_reg0.gif) left top no-repeat;
	color: #cc0000;	
	}

/*驗證成功文字*/	
span.suc	{
	padding-left: 1.5em;
	font-size: 13px;
	background: url(../images/icon_reg1.gif) left top no-repeat;	
	color: #333;
	}

/*備註說明文字*/	
span.ps	{
	color: #666;
	font-size: 12px;
	}

div.VeriSign {
	width: 730px;
	height: 60px;
	border:1px solid #D2D2D2;
	/*background-color:#E7F2CE;*/
	margin:10px;
	position: absolute;
	z-index: 10;
	text-align: center;
	padding-bottom:20px;
}
div.VeriSign .icon_VS_logo {
	/*	VeriSign LOGO*/
	width:100px; height:72px;
	position: absolute;
	left:10px; top:5px;
	}
div.VeriSign .icon_VS_desc {
	/*	VeriSign 描述*/
	height:72px;
	position: absolute;
	left: 120px;
	font-size:12px;
	color: #494949;
	text-align: left;
	padding: 15px 10px 0 0;
	line-height: 1.331em;
	}
#Footer.reg {
	margin-top: 100px;
}



