.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #a6827e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6827e;
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ad7136), color-stop(1, #634b30));
	background:-moz-linear-gradient(top, #ad7136 5%, #634b30 100%);
	background:-webkit-linear-gradient(top, #ad7136 5%, #634b30 100%);
	background:-o-linear-gradient(top, #ad7136 5%, #634b30 100%);
	background:-ms-linear-gradient(top, #ad7136 5%, #634b30 100%);
	background:linear-gradient(to bottom, #ad7136 5%, #634b30 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad7136', endColorstr='#634b30',GradientType=0);
	background-color:#ad7136;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:0px solid #cfab79;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Georgia;
	font-size:12px;
	padding:8px 16px;
	text-decoration:none;
	margin-top: 10px;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #634b30), color-stop(1, #ad7136));
	background:-moz-linear-gradient(top, #634b30 5%, #ad7136 100%);
	background:-webkit-linear-gradient(top, #634b30 5%, #ad7136 100%);
	background:-o-linear-gradient(top, #634b30 5%, #ad7136 100%);
	background:-ms-linear-gradient(top, #634b30 5%, #ad7136 100%);
	background:linear-gradient(to bottom, #634b30 5%, #ad7136 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#634b30', endColorstr='#ad7136',GradientType=0);
	background-color:#634b30;
}
.myButton:active {
	position:relative;
	top:1px;
}


