body, p, td, form, input, select, pre, textarea {  FONT-FAMILY: "Arial", "新細明體"; FONT-SIZE: 12pt;}
A:active {
	COLOR: #0000ff;
}
A:link {
	COLOR: #0066cc;
}
A:visited {
	COLOR: #0066cc;
}
A:hover { color: #FF7E00}
.i_txt {
	width:98%;
}
.title1 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12pt;
	line-height: 22px;
	color: #333333;
	padding-left: 11px;
	padding-top: 2px;
	font-weight: bold;
}
.red-title {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size:12pt;
	padding-top: 2px;
	height: 24px;
	color: #B80C10;
	font-weight: bold;
}
.blue-title {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size:12pt;
	padding-top: 2px;
	height: 22px;
	color: #1B84BF;
	font-weight: bold;
}
.textbox {
	font-family: "Arial", "Helvetica", "sans-serif";
	height:24px;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
	BORDER-BOTTOM: 1px solid;
	BORDER-LEFT: 1px solid;
	BORDER-RIGHT: 1px solid;
	BORDER-TOP: 1px solid;
	FONT-FAMILY:Verdana;
	FONT-SIZE: 12pt;
}
.button {
	font-family: "Arial", "Helvetica", "sans-serif";
	background-color: #FFF5D6;
	height:24px;
	color: #AB4000;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100px;
	font-size: 12pt;
	border: 1px solid #D89300;
}
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url(../images/m/loading.svg) no-repeat center center;
    z-index: 10000;
}
.loader_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    margin-top: 30px;
    margin-left: -40px;
}