.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #b5acac;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b5acac;
	box-shadow:inset 0px 1px 0px 0px #b5acac;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a69b00), color-stop(1, #c3cf57) );
	background:-moz-linear-gradient( center top, #fbeb06 5%, #bec056 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0016a6', endColorstr='#5775cf');
	background-color:#eeea03;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #7b7c74;
	display:inline-block;
	color:#12130f;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	height:30px;
	line-height:30px;
	width:310px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #000000;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c7cf57), color-stop(1, #a3a600) );
	background:-moz-linear-gradient( center top, #95a344 5%, #d9f00b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5775cf', endColorstr='#0016a6');
	background-color:#cdcf57;
}.button:active {
	position:relative;
	top:1px;
}