﻿@charset "utf-8";
/* CSS Document */
/*
	position: relative;
	display: block;

	width: 156px;
	height: 20px;

	border: 0px;
	border-bottom-color: #666;
	border-bottom-style: dotted;
	border-bottom-width: 1px;

	background-color: #000;
	
	padding-left: 0px;
	padding-top: 2px;
	margin: 0px;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 2px;


	font-family: "微軟正黑體", "Segoe UI", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	
	list-style-type: none;

	float: left;
	clear: both;
	visibility:hidden;
	
	h4 { color: red; }
	h5 { color: #9000A1; } 
	h6 { color: rgb(0, 220, 98); } 
	
*/

/* ------	common	------ */

#__body_all {
	position: relative;
	width: 800px;
	height: 600px;
	margin: auto;
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
	vertical-align: middle;
}

#__frm_login_all {
	position: absolute; 
	width: 300px;
	height: 140px;
	margin-left: -150px;
	margin-top: -70px; /* div高度的一半 */
	top: 30%;
	left: 50%;
	text-align: center;
}

._text {
	height: 30px;
	vertical-align: middle;
}
._text_error {
	height: 30px;
	color: #F00;
}

._input_text {
	height: 30px;
}
._input_password {
	height: 30px;
}
._input_submit {
	height: 30px;
}
