.button{
	text-decoration:none;
	display:inline-block;
}

.button:hover{
	text-decoration:none;
}

.button > span{
	height:29px;
	color:#FFF;
	font-size:15px;
	font-weight:bolder;
	font-family:"微軟正黑體";
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	*height:100%;
	*padding:5px 0px;
	*display:inline;
	*zoom:1;	
}

.button > span > span{
	position:relative;
	top:-2px\0;
	*top:0px;
}

.button > span:first-child,
.button > span:first-child + span + span{
	width:10px;
}

.button > span:first-child{
	background:url(button.png) left top no-repeat;
	/**margin-right:-3px;*/
}

.button > span:first-child + span + span{
	background:url(button.png) right top no-repeat;
	*margin-left:-3px;
}

.button > span:first-child + span{
	background:url(button.png) -3px top no-repeat;
}

.button:hover > span:first-child{
	background:url(button_hover.png) left top no-repeat;
	text-decoration:none;
}

.button:hover > span:first-child + span + span{
	background:url(button_hover.png) right top no-repeat;
}

.button:hover > span:first-child + span{
	background:url(button_hover.png) -3px top no-repeat;
}