.btn {
	float: left;
	background-image: url('../img/frame/btn_right.png');
	height: 31px;
	padding-right: 10px;
}
.btn span {
	background-image: url('../img/frame/btn_left.png');
	height: 26px;
	padding: 5px 15px 0 0;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.btn:hover {
	background-position: right -31px;
	text-decoration: none;
	color: #FFF;
}
.btn:hover span {
	background-position: 0 -31px;
}
.btn .ico {
	float: left;
	margin: 3px 0 0 10px;
}
.mbtn {
	display: block;
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
	background-image: url('../img/frame/btn_top_right.png');
	height: 22px;
	padding-right: 10px;
}
.mbtn span, .mbtn input {
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	background-image: url('../img/frame/btn_top_left.png');
	height: 20px;
	padding: 2px 5px 0 15px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.mbtn:hover {
	background-position: right -22px;
	text-decoration: none;
	color: #FFF;
}
.mbtn:hover span, .mbtn:hover input {
	background-position: 0 -22px;
}
.btn .ico, .mbtn .ico { margin-right: 10px; }

