@charset "utf-8";
/* CSS Document */
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, /* Ann */
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0px;
	padding:0px;
	font-family:"Century Gothic", "微軟正黑體";
	font-size:1em;
	border:none;
	word-break:break-all;
}
html, body{height:100%;}
body{background:url(../img/login_bg.jpg) repeat-x; /*for ie8 center*/text-align:center;}
#wrapper{width:997px; margin:0 auto; /*for ie8 center*/text-align:left;}
#header{height:145px;}
#header img{width:280px; margin-top:50px;}
#login{height:493px; background:url(../img/login.jpg) no-repeat left;}
#login .icon{width:350px; float:left;}
#login .icon img{width:180px; margin:160px 0 0 150px;}
#login .code{width:535px; float:right;}
#login .code img{margin-top:180px}
#login .code input{padding:1px 2px; border:1px solid #a9a9a9; outline:none; font-family:"Century Gothic", "微軟正黑體"; font-size:1em;}
#login .code a{padding:5px 10px; color:#fff; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; cursor:pointer;
background: #5e5e5e; /* Old browsers */
background: -moz-linear-gradient(top,  #c9c9c9 0%, #5e5e5e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9c9c9), color-stop(100%,#5e5e5e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c9c9c9 0%,#5e5e5e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c9c9c9 0%,#5e5e5e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c9c9c9 0%,#5e5e5e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c9c9c9 0%,#5e5e5e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#5e5e5e',GradientType=0 ); /* IE6-9 */
}
#login .code a:active{position:relative; top:1px;}
#footer{height:130px; overflow:hidden;}
#footer .card{width:300px; float:left;}
#footer .card img{margin:30px 10px 0 0; vertical-align:-65px;}
#footer .copyright{width:680px; height:105px; float:right; padding-top:25px; position:relative;}
#footer .copyright p{font-size:0.8em; color: #666; margin-bottom:45px; text-align:center;}
#footer .copyright a{position:absolute; right:70px; bottom:25px;}