.btn {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	font-weight: 400;
	white-space: nowrap;
	vertical-align: middle;
	*zoom:1;
	-webkit-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear
}
a.btn:hover, a.btn:focus, a.btn:active, a.btn.active, a.btn.disabled, a.btn[disabled] {
	text-decoration: none
}
.btn:active, .btn.active {
	background-color: #fff
}
.btn:first-child {
*margin-left:0
}
.btn.active, .btn:active {
	-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.125) inset;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.125) inset;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.125) inset
}
.btn-default {
	background-color: #fff;

}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
	color: #a57e24;
	background-color: #fff;
	border-color: #a57e24
}