
body {
	font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "新細明體", PMingLiU, sans-serif;
	color: #000000; 
	font-size: 14px;
	background: url('../images/bg_body.png') center top;
}
* {
	outline: none;
	border: 0;
}
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
	background-color: inherit;
	background-image: none;
	color: rgb(0, 0, 0);
}
.cus-btn {
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
}
.cus-btn:hover {
	background-position: center bottom;
}