@charset "utf-8";
.sp_botton2 {
	display: inline-block;
	*display:inline;
	zoom: 1;
	text-decoration: none;
	background:none;
	border:none;
	margin:0px;
	padding:0px;
	
}

.sp_botton2 > div{
	background:url(../images/botton_style_2.png);	
	height:22px;
	marign:0px;
	padding:0px;
	display:block;
	
}

.sp_botton2 >.sp_bottons_left
,.sp_botton2 > .sp_bottons_right{
	position:absolute;
	width:13px;
	top:0px;	
}

.sp_botton2 > .sp_bottons_left {
	left:0px;
	background-position:0px 0px;
		
}

.sp_botton2 > .sp_bottons_right{
	right:0px;
	background-position:-13px 0px;
}

.sp_botton2 >.sp_bottons_center{
	margin: 0px 13px;
	background-position: 0px -22px;
	background-repeat: repeat-x;
	white-space: nowrap;
	font-size:11px;
	color:#FFF;	
	line-height:22px;
	text-align:center;	
}

.sp_botton2:hover > .sp_bottons_left{
	background-position:0px -44px;
}

.sp_botton2:hover > .sp_bottons_right{
	background-position:-13px -44px;
	
}

.sp_botton2:hover > .sp_bottons_center{
	background-position: 0px -66px;
}
