.btn-custom-darken.active {
	color: rgba(255, 255, 255, 0.75);
}

.btn-custom-darken {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #007ab8;
	background-image: -moz-linear-gradient(top, #0088cc, #006699);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#006699));
	background-image: -webkit-linear-gradient(top, #0088cc, #006699);
	background-image: -o-linear-gradient(top, #0088cc, #006699);
	background-image: linear-gradient(to bottom, #0088cc, #006699);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff006699', GradientType=0);
	border-color: #006699 #006699 #00334d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #006699;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-custom-darken:hover,
.btn-custom-darken:focus,
.btn-custom-darken:active,
.btn-custom-darken.active,
.btn-custom-darken.disabled,
.btn-custom-darken[disabled] {
	color: #ffffff;
	background-color: #006699;
	*background-color: #005580;
}

.btn-custom-darken:active, .btn-custom-darken.active {
	background-color: #004466 ;
}