.button {
	height: 20px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;

	line-height: 13px;
	padding: 8px 10px 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	width: 130px;
	font-family: inherit;
	font-size: inherit;
	text-align: center;
}

.button.large {
	height: 24px;
	padding: 11px 10px 0 10px;
	font-size: 14px;
	line-height: 14px;
}

.button:hover { background-position: 0 -28px; }
.button:hover.large { background-position: 0 -35px; }

.button.green {
	background-image: url(../images/buttons/button_green.png);
	border: 1px solid #3f5b0a;
	color: #3f5b0a;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

.button.large.orange { background-image: url(../images/buttons/button_orange_large.png); }
.button:hover.green { border: 1px solid #D29A3A; }

button.button {
	height: 30px !important;	
	padding: 0 10px 0 10px !important;
	margin: 0 5px 0 0 !important;
}
/* #Buttons
================================================== */
