/*bar = 分隔線*/
.bars {
	clear: both;
	width: 100%;
	height: 10px;
	padding: 5px 0;
	background-image: url(icon/bar-line.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.bar-MORE {
	width: 50px;
	height: 15px;
	display:block;
	float: right;
	overflow: hidden;
	text-indent: -10000px;
	line-height: 100px;
	background-image: url(icon/bar-MORE.gif);
	background-repeat: no-repeat;
}
.bar-TOP {
	width: 40px;
	height: 15px;
	display:block;
	float: right;
	overflow: hidden;
	text-indent: -10000px;
	line-height: 100px;
	background-image: url(icon/bar-TOP.gif);
	background-repeat: no-repeat;
}
.bar-BACK {
	width: 50px;
	height: 15px;
	display:block;
	float: right;
	overflow: hidden;
	text-indent: -10000px;
	line-height: 100px;
	background-image: url(icon/bar-BACK.gif);
	background-repeat: no-repeat;
}
.bar-green {
	border-bottom: 2px dotted #66CC66;
	font-size: 5px;
	line-height: 5px;
}
/*input = 表單按鈕*/
.inputs {
	display:block;
	overflow: hidden;
	text-indent: -10000px;
	line-height: 100px;
}
.input-submit {
	width: 46px;
	height: 22px;
	background-image: url(icon/input-submit.gif);
}
.input-reset {
	width: 46px;
	height: 22px;
	background-image: url(icon/input-reset.gif);
}
.input-login {
	width: 46px;
	height: 22px;
	background-image: url(icon/input-login.gif);
}
.input-logout {
	width: 46px;
	height: 22px;
	background-image: url(icon/input-logout.gif);
}
.input-join {
	width: 68px;
	height: 22px;;
	background-image: url(icon/input-join.gif);
}
.input-psw {
	width: 68px;
	height: 22px;
	background-image: url(icon/input-psw.gif);
}

/*btn = 其他按鈕*/
.btn-TOP {
	line-height: 100px;
	background-image: url(icon/btn-TOP.gif);
	background-repeat: no-repeat;
	float: right;
	display: block;
	height: 24px;
	width: 24px;
	margin: 0 0 5px 0;
	overflow: hidden;
}
.btn-BACK {
	width: 90px;
	height: 25px;
	display:block;
	float: right;
	overflow: hidden;
	text-indent: -10000px;
	line-height: 100px;
	background-image: url(icon/btn-BACK.gif);
	background-repeat: no-repeat;
}
.btn-LOGOUT {
	width: 80px;
	height: 25px;
	display:block;
	float: right;
	overflow: hidden;
	text-indent: -10000px;
	line-height: 100px;
	background-image: url(icon/btn-LOGOUT.gif);
	background-repeat: no-repeat;
}
/*icon = 其他項目*/
.icon-shopping {
	line-height: 100px;
	background-image: url(icon/icon-shopping.gif);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 105px;
	overflow: hidden;
	margin: 0 0 0 8px;
}
