.btn,
.btn-primary,
.tx-powermail fieldset.powermail_fieldset input.powermail_submit,
.tx-kesearch-pi1 span.resetbutt a,
.tx-kesearch-pi1 span.submitbutt input,
.tx-dmailsubscribe INPUT[type=submit] {
	display: inline-block;
	font-size: inherit;
    font-family: inherit;
	line-height: inherit;
	text-decoration: none;
	margin: 0.625em 1.25em 0.625em 0;
	/* float: left; */
	border: 1px solid #ccc;
	padding: 0.44em 1.25em 0.31em 1.25em;
	background-color: #f5f5f5;
	color: inherit;
	font-weight: 300;
	cursor: pointer;
	
	/* background: rgb(30,87,153); /* Old browsers */
	/*background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera11.10+ */
	/*background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	/*background: linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
	
	-webkit-box-shadow: 2px 2px 5px #eee;
	-moz-box-shadow: 2px 2px 5px #eee;
	box-shadow: 2px 2px 5px #ddd;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

.btn:hover,
.btn-primary:hover,
.tx-powermail fieldset.powermail_fieldset input.powermail_submit:hover,
.tx-kesearch-pi1 span.resetbutt a:hover,
.tx-kesearch-pi1 span.submitbutt input:hover,
.tx-dmailsubscribe INPUT[type=submit]:hover {
	background-color: #f0f0f0;
}

.btn-primary,
.tx-powermail fieldset.powermail_fieldset input.powermail_submit,
.tx-kesearch-pi1 span.submitbutt input,
.tx-dmailsubscribe INPUT[type=submit] {
	color: #889B55;
}

.visible-xs-inline-block {
	display: inline-block;
}