.dcbtn {
	display: inline-block;
	background: none;
	margin: 0;
	padding: 3px 0;
	border-width: 0;
	overflow: visible;
	color: #333;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	line-height: normal !important;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFF;
}
@-moz-document url-prefix() {
	button.dcbtn {
		margin: -1px -3px 0;
	}
}
.dcbtn span {
	background-image: url("../images/1pxbgs-178.min.png");
	background-color: #CFCFCF;
	background-position: 0px -16px;
	background-repeat: repeat-x;
	margin: 0;
	padding: 3px 0;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	-webkit-box-shadow: 0 1px 0 #FFF;
	-moz-box-shadow: 0 1px 0 #FFF;
	box-shadow: 0 1px 0 #FFF;
}
.dcbtn span span {
	position: relative;
	padding: 3px 10px;
	border-width: 0;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #999;
	-webkit-box-shadow: 0 1px 0 #FFF;
	-moz-box-shadow: 0 1px 0 #FFF;
	box-shadow: 0 1px 0 #FFF;
}
.dcbtn:hover span, .dcbtn:hover span span, .dcbtn:focus span, .dcbtn:focus span span {
	cursor: pointer;
	border-color: #333 !important;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.dcbtn:active span {
	outline: none;
}
.dcbtn:focus, .dcbtn:active {
	outline: none;
}
.disabledbtn:hover span, .disabledbtn:focus span {
	cursor: default !important;
	border-left: 1px solid #BBB !important;
	border-right: 1px solid #BBB !important;
	-webkit-box-shadow: 0 1px 0 #FFF !important;
	-moz-box-shadow: 0 1px 0 #FFF !important;
	box-shadow: 0 1px 0 #FFF !important;
}
.disabledbtn:hover span span, .disabledbtn:focus span span {
	cursor: default !important;
	border-width: 0 !important;
	border-top: 1px solid #BBB !important;
	border-bottom: 1px solid #999 !important;
	-webkit-box-shadow: 0 1px 0 #FFF !important;
	-moz-box-shadow: 0 1px 0 #FFF !important;
	box-shadow: 0 1px 0 #FFF !important;
}
.disabledbtn {
	color: #878787 !important;
}
.smallbtn {
	font-size: 10px !important;
}
.primary {
	font-weight: bold;
}
/* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
.pill-l span {
	border-right-width: 0;
}
.pill-l span span {
	border-right: 1px solid #BBB;
}
.pill-c span {
	border-right-style: none;
	border-left-color: #FFF;
}
.pill-c span span {
	border-right: 1px solid #BBB;
}
.pill-r span {
	border-left-color: #FFF;
}
.disabledbtn.pill-c:hover span, .disabledbtn.pill-c:focus span, .disabledbtn.pill-r:hover span, .disabledbtn.pill-r:focus span {
	border-left-color: #FFF !important;
}
