/* Eric Meyer's CSS Reset */
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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{min-height:100%;}
body {
	height:100%;
	width:100%;
    
	
	line-height: 1;
}
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;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font:100% 微軟正黑體;
	background:#EDFFDF;
	height:100%;
}
.wrapper {
	width: 100%;
	min-width: 400px;
	height:100%;
}




/* Middle
-----------------------------------------------------------------------------*/
.content {
	height:400px; 
	top:50%;
	position:absolute;
	margin:0 auto;
	margin-top:-200px;
	width:100%;
}



.loginBlock{
	background:#FFF;	
	height:440px; width:400px;
	margin:0 auto;
	padding-top:40px;
    border:4px solid #D5D5D5;
}

.login-title{
	font-size:38px;
	font-weight:bold;
	padding-left:20px;
	border-left:16px solid #64b249;
	line-height:50px;
	margin:0 0 40px 0;
	color:#494A4F;
	}
	
.mng_textbox{
	display:block;
	margin:24px auto;
	height:50px;
	width:300px;
	padding-left:20px;
	background-color:#F7F7F7;
	border:none;
	border-bottom:2px solid #D5D5D5;
	font-family: 微軟正黑體;
	color:#8e8e8e;
	font-size:24px;
	}
input.input-id{background: url(images/input-id.png) no-repeat right #F7F7F7;}
input.input-password{background: url(images/input-password.png) no-repeat right #F7F7F7;}

.btn-login{
	display:block;
	text-align:center;
	margin:24px auto;
	line-height:50px;
	width:320px;
	background-color:#64b249;
	border:none;
	border-bottom:2px solid #427530;
	font-family: 微軟正黑體;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	}
.btn-login:hover{
	background-color:#427530;}

.btn-manage {
    font-size:16px;
    color:#999;
    text-decoration:none;
    display:block;
    width:50px;
    margin:auto;
}
.btn-manage:hover{text-decoration:underline;}
.code{
	margin:0 auto;
	width:320px;
}
.code img{float:left; margin-top:13px; }
.code input{margin-left:100px; width:200px; }