@charset "utf-8";
/* CSS Document */


.buton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e49e10), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #e49e10 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e49e10', endColorstr='#fb9e25');
	background-color:#e49e10;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
	width: 204px;
	padding-top: 6px;
	padding-right: 24px;
	padding-bottom: 6px;
	padding-left: 24px;
	clear: both;
}.buton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #e49e10) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #e49e10 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad257', endColorstr='#e49e10');
	background-color:#fad257;
}.buton:active {
	position:relative;
	top:1px;
}
