@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------------------------------
	宣告CSS的樣式歸零設定
-------------------------------------------------------------------------------------------------------------*/
/*
	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
td { line-height: 1; font-size: 13px; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
    blockquote:before, blockquote:after,
    q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/*-------------------------------------------------------------------------------------------------------------*/

html { background: url(../images/img_login_bg.jpg) center top #00142c repeat-x; }
body { font-family: Arial, sans-serif, 新細明體; width: 100%; margin: 0px auto; padding: 0px; font-size: 15px; text-align: center;}
input { font-family: Arial; }

.loginmain { background: url(../images/login_logo.png) center no-repeat; height: 247px; margin: 35px auto 0; color: #FFF; font-weight: bold; line-height: 38px; padding-top: 198px; }
.loginmain .enterview { padding-top: 70px; background: url(../images/login_box_bg.png) no-repeat; width:369px; height: 221px; margin: 45px auto 0;}
.loginmain .enterview table {  width: 317px; border-collapse: separate; margin: 0px auto; padding: 0px; border-spacing: 2px; }
.loginmain .enterview td { line-height: 40px; color: #fff; font-size: 18px; }
.loginmain .enterview table input { border: none; background: none; width: 135px; margin: 0 0 0 10px; font-size: 21px; outline: none;}
.loginmain #defaultButton { width: 98px; height: 25px; display: block; background: url(../images/btn_login_enter.png) no-repeat; margin: 10px auto; border:0;}
.loginmain #defaultButton:hover { background: url(../images/btn_login_enter_hover.png) no-repeat; }
/*.loginmain input { transition-property:box-shadow, background; transition-duration:0.25s; border-radius:5px; border:1px inset #EEE; padding:0 3px; } /*transition-property要半透明的物件、transition-duration半透明淡入淡出時間、border-radius邊框圓角*/
/*.loginmain input:hover { box-shadow:0px 0px 4px #ffe585; background-color:#f1d059; } /*box-shadow輸入框滑過-外光暈範圍+顏色、background-color輸入框滑過-背景*/

.lineForIE6 { vertical-align: middle; }
.outsideWrapper { height: auto; }
.browser { width: 320px; margin: 5px auto 0; font-size: 12px; line-height: 2; text-align: left; color:#fff; }
.browser a { color: #FFF000; margin: 0 5px; padding: 0; font-size: 12px; display: inline; line-height: 12px; text-decoration: underline; }

.download{ width:300px; margin:10px auto; }
.download img{ float:left; }
.download a.link1{ float:left; height:50px; line-height:50px; font-size:26px;  text-decoration:underline; color:#fff;}
.download a.link2{ float:left; height:50px; line-height:50px; font-size:26px; font-weight:bold; text-decoration:underline; color:#ff0;}