@charset "utf-8";
/* CSS Document */
/* body共同樣式設定 */
body{ margin:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; background: url(/PortalBIZ/images/Portal/Index_bg.jpg) repeat-x #303030; color:#FFF; line-height:120%}
p{padding:10px}
a{color:#FFF; font-size:12px; text-decoration: none;}
a:hover{color:#FFD03A;}
.space { clear:both}
input{outline:none}
a:link{text-decoration: none;}

/*------------------------------------------------------------------------------------------*/
/* 簡繁體 */
#topcontent {top:10px; right:5px; height: 40px; position:absolute }
	#lanuage {font-size:14px; font-weight:bold; padding:8px 2px 0 0; color: #d5d5d5; float:right }
	#select_container{  height:30px; padding-left:20px  }
	#select_container ul {  list-style:none; float:right; display:block; padding-left:0px; margin:5px}
	#select_container li {  display:block; padding:5px 5px 0 0; }
	#select_container .menu_in{ display:none; position:absolute; margin:0 auto }
	#select_container li:hover .menu_in{display:block}
	#select_container .hover ul{display:block}
	#select_container .hover ul li{display:block}

/* 登入 */
#main{width:980px; margin:0 auto; padding-top:20px}
	#login{width:450px; height:370px; margin:0 auto ; background: url(/PortalBIZ/images/Portal/SigninBoxBg.png) no-repeat; color:#fff; position:relative}
	#login_contentRight{width:320px; height:275px; top:70px; font-size:14px; margin: 0 auto; position:relative; text-align: center;  }
	#login_contentleft{width:215px; height:125px; margin:250px 0 0 17px; font-size:14px; float:left }
	/* 登入提醒訊息 */
	#sErrorMsg{position:absolute; top:50px; left:75px; font-size:12px; color: #F00}
	/* 證書下載、安裝教學 */
	#login_contentleft .word{ color:#3CF; position:relative; top:17px; left:43px}
	#login_contentleft .download, #login_contentleft .help{ width:215px; background: url(/PortalBIZ/images/Portal/button_bg.jpg) no-repeat; float:left}
		#login_contentleft .download{height: 50px; background-position:0 0; float:left; margin:0; color:#3CF}
		#login_contentleft .download:hover{height: 50px; background-position:0 -50px}
		#login_contentleft .help{ height: 55px; background-position:0 -100px; }
		#login_contentleft .help:hover{height: 55px; background-position:0 -155px}
	/* 輸入帳號、密碼、驗證碼 */
	.Id, .Idfocus, .Idnofocus, .Pw, .Pwfocus, .Pwnofocus, .Pc, .Pcfocus, .Pcnofocus{ width:295px; height:25px; border:none; padding:15px; background: url(/PortalBIZ/images/Portal/input.png); font-size:15px; color:#000}
    .Id{background-position: 0 -165px}
    .Pw{background-position: 0 -165px}
	.Pc{background-position: 0 -165px}
	.Idfocus, .Pwfocus, .Pcfocus{background-position:0 -220px}
	.Idnofocus, .Pwnofocus, .Pcnofocus{background-position:0 -165px}
	/* 驗證碼 */
	#login_contentRight img{position:absolute; right:20px; top:125px }
		.Login{background: url(/PortalBIZ/images/Portal/LogMeIn.png); width:190px; height:50px; display:inline-block; cursor:pointer; border:0; margin:30px ;}
		.Login:hover{background:url(/PortalBIZ/images/Portal/LogMeIn.png) 0 -50px }
		.Login:active{background:url(/PortalBIZ/images/Portal/LogMeIn.png) 0 -100px }
	/* 提醒更新IE訊息 */
	#dIEVersion { position:fixed; top:0; left:0; z-index:100; text-align:center; width:100%; padding:5px 0; background:#FF3; color:#000; font-weight:bold; _top:expression(documentElement.scrollTop+0) }
		#dIEVersion a { color:#F00; font-size:13px }
		#dIEVersion a:hover { text-decoration:underline }
/* footer 進入手機版 */
#mobileLink { text-align:center; margin:10px 0 }
#mobileLink a{ line-height:12px; color:#FFD039; display:inline-block ; cursor:pointer }
#mobileLink a:hover {text-decoration:underline }
#mobileLink span { display:inline-block; height:15px; line-height:15px; background:url(/PortalBIZ/images/ico-images.png) }
#mobileLink .mobileL{ background-position: -23px 1px ; width:20px }
#mobileLink .mobileR{ background-position: -40px 1px ; width:7px }

/*LOGO*/
#logo{
	width: 300px;
	height: 100px;
	margin: 85px auto 0;
	background: url(/PortalBIZ/images/Portal/BIZ_LOGO.png);
}