@charset "utf-8";
/* CSS Document */

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e60000), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #e60000 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #e60000 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #e60000 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #e60000 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #e60000 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60000', endColorstr='#bc3315',GradientType=0);
	background-color:#e60000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:2em;
	font-weight:bold;
	padding:19px 69px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #e60000));
	background:-moz-linear-gradient(top, #bc3315 5%, #e60000 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #e60000 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #e60000 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #e60000 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #e60000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#e60000',GradientType=0);
	background-color:#bc3315;
}
.myButton:active {
	position:relative;
	top:1px;
}
.myButton2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e60000), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #e60000 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #e60000 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #e60000 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #e60000 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #e60000 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60000', endColorstr='#bc3315',GradientType=0);
	background-color:#e60000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:2em;
	font-weight:bold;
	padding:9px 39px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.myButton2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #e60000));
	background:-moz-linear-gradient(top, #bc3315 5%, #e60000 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #e60000 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #e60000 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #e60000 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #e60000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#e60000',GradientType=0);
	background-color:#bc3315;
}
.myButton2:active {
	position:relative;
	top:1px;
}
