/*特殊型態的CSS*/
* { margin:0; padding:0 }
body{ margin:0; font-size: 14px; line-height: 120%; font-family:Arial, Helvetica, sans-serif; background: url(/PortalBIZ/SD/images/IndexBg.jpg) repeat-x #313131 }
a {color:#FFF; text-decoration:none }
a:hover{ color:#FFD03A }
input{ outline:none }

    /*LogIn*/
	#LoginContainer{ margin: 0 auto; width: 320px; height:370px; background: url(/PortalBIZ/SD/images/loginbg.png) no-repeat ;background-position:top center }
	#dLogo { width:260px; height:80px; margin:15px auto 0; background:url(/PortalBIZ/SD/images/Logo.png) no-repeat }
	/* 簡繁體
	#LoginContainer #topcontent {left:20px; padding:10px 5px 0 0; height: 40px; position:relative; float:right; width:140px }
		#lanuage { font-weight:bold; padding:8px 5px 0 0; color: #d5d5d5; float:left }
		#topcontent ul { list-style:none; float:left; display:block; margin:5px; width:50px }
		#topcontent li { display:block; padding:5px 5px 0 0 }
		#topcontent .menu_in{ display:none; position:absolute; margin:0 auto;*top:35px; *right:16px }
		#topcontent li:hover .menu_in{display:block }
		#topcontent .hover ul{ display:block }
		#topcontent .hover ul li{ display:block } */	

		#sErrorMsg{width: 100%; font-size:12px; color:#F00; margin-top:40px; margin-left:25px; position: absolute; position: absolute }
		
	/* 輸入帳號、密碼、驗證碼 */
	#login_content{ height:300px; margin: 0 auto;  font-size:14px; position: relative }
	#login_content span  { font-size: 12px; margin: 40px 0 0 15px; font-weight: bold; color:#F00 }
	#inputBox {  width:320px; top: 60px; position: relative; text-align: center;}
		.Id, .Idfocus, .Idnofocus, .Pw, .Pwfocus, .Pwnofocus, .Pc, .Pcfocus, .Pcnofocus{ width:270px; height:25px;  border:none; padding:15px; background:url(/PortalBIZ/SD/images/input.png); font-size:15px; color:#000 }
        .Id, .Pw, .Pc{ background-position: 0 -165px }
		.Idfocus, .Pwfocus, .Pcfocus{ background-position:0 -220px }
		.Idnofocus, .Pwnofocus, .Pcnofocus{ background-position:0 -165px }

	/* 驗證碼 */
	#login_content img{ position: absolute; right: 30px; top: 125px }
		.Login{ background:url(/PortalBIZ/SD/images/BIZbutton.png); width:190px; height:45px; display:block; cursor:pointer; border:0; margin:10px auto }
		.Login:hover{ background:url(/PortalBIZ/SD/images/BIZbutton.png) 0 -50px }
		.Login:active{ background:url(/PortalBIZ/SD/images/BIZbutton.png) 0 -100px }
	/*登入頁最下方(放置登入按鈕與桌面板連結*/
	#Loginfooter  { margin:75px 0 auto; height:30px; text-align:center; font-size: 12px }
	#Loginfooter a { color:#B22C00 }
	#Loginfooter a:hover{ color:#000 }