.button{
	border: 1px solid #D0D0D0;
	text-decoration:none;
	display:inline-block;
}

.button:hover span{
	color:#FFF;
	background-color:#2179ad;
}

.button:hover{
	border: 1px solid #2179ad;
	text-decoration:none;
}

.button > span{
	height:29px;
	color:#2179ad;
	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:-1px;
	*top:0px;
}

.button > span:first-child{
	width:10px;
	/*margin-right:-3px;*/
}

.button > span:first-child + span + span{
	width:10px;
	margin-left:-3px;
}