button {
	direction: ltr;
	margin: 0;
	border: none;
	display: block;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	white-space: nowrap;
	overflow: visible;
	width: auto;
	height: 27px;
	font: 13px 'MS Shell Dlg', sans-serif, Tahoma;
	color: #000;
	background-color: transparent;
	float: left;
}
button span {
	display:block;
	padding: 0 14px 0 0;
	height: 25px;
	background: url('../img/button.gif') right 0;
	background-color:#e5f5fd;
}
button span span {
	padding: 0;
	height: 25px;
	line-height: 25px;
	width: 100%;
	background: url('../img/button.gif') left 0;
	background-color: #e5f5fd;
}
button:hover span, button.default:hover span { background-position: right -25px; }
button:hover span span, button.default:hover span span { background-position: left -25px; }
button.hover span { background-position: right -25px; }
button.hover span span { background-position: left -25px; }
button.disabled { cursor: default; }
button.disabled span{ background: url('../../../img/button-disabled.gif') right 0; }
button.disabled span span {
	background: url('../../../img/button-disabled.gif') left 0;
	background-color: #e5f5fd;
	color: #b4b4b4;
}
button.default span{ background: url('../img/button.gif') right -50px; }
button.default span span {
	background: url('../img/button.gif') left -50px;
	background-color: #e5f5fd;
}