/* Buttons */
button,
input {*overflow:visible; line-height: normal;}
button::-moz-focus-inner,
input::-moz-focus-inner {padding:0; border:0;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {cursor:pointer; -webkit-appearance:button;}
input[type="search"] {
	-webkit-appearance:textfield;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance:none;}
textarea {overflow:auto; vertical-align:top;}

button,
.button {
	background-color: #fc9d49;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc9d49), color-stop(100%, #f18d34));
	background-image: -webkit-linear-gradient(top, #fc9d49 #f18d34);
	background-image: -moz-linear-gradient(top, #fc9d49, #f18d34);
	background-image: -ms-linear-gradient(top, #fc9d49, #f18d34);
	background-image: -o-linear-gradient(top, #fc9d49, #f18d34);
	background-image: linear-gradient(top, #fc9d49, #f18d34);
	border: 1px solid #d46401;
	border-bottom: 1px solid #f18d34;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font: bold 15px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 14px 15px 14px 15px;
	text-align: center;
	text-shadow: 0 1px 0 #333;
	min-width: 150px;
	font-weight: normal;
}
button:hover,
.button:hover {
	background-color: #fa9134;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa9134), color-stop(100%, #fda454));
	background-image: -webkit-linear-gradient(top, #fa9134, #fda454);
	background-image: -moz-linear-gradient(top, #fa9134, #fda454);
	background-image: -ms-linear-gradient(top, #fa9134, #fda454);
	background-image: -o-linear-gradient(top, #fa9134, #fda454);
	background-image: linear-gradient(top, #fa9134, #fda454);
	cursor: pointer;
	text-shadow: 0 0 0 #FFF;
	color: #000;
	font-weight: normal;
}
button:active,
.button:active {
	border: 1px solid #666666;
	border-bottom: 1px solid #333333;
}

.box-button {background:#3a3a3a url('../images/button/arrow-right-invert.png') no-repeat right center; border:0; color:#fff; display:inline-block; font:24px/24px din-light, helvetica, arial; margin:30px 0; padding:9px 36px 4px 20px; text-transform:uppercase;}
.box-button:hover {background:#222222 url('../images/button/arrow-right-invert-dark.png') no-repeat right center; color:#ededed; text-decoration:none;}