@charset "utf-8";
/* CSS Document */
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	box-shadow:inset 0px 1px 0px 0px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0a524), color-stop(1, #4d4027) );
	background:-moz-linear-gradient( center top, #f0a524 5%, #4d4027 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0a524', endColorstr='#4d4027');
	background-color:#f0a524;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #eda933;
	display:inline-block;
	color:#ffffff;
	font-family:Arial Black;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cd8a15;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4d4027), color-stop(1, #f0a524) );
	background:-moz-linear-gradient( center top, #4d4027 5%, #f0a524 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4027', endColorstr='#f0a524');
	background-color:#4d4027;
}.button:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */
