/* 高质量按钮 */
.buttons button {
	display:block;
	background-color:#f5f5f5;	
	border-top:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	font-size:13px;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	padding:5px;
}
.buttons button img {
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}
.buttons button:hover {
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}