@CHARSET "ISO-8859-1";

#buttonMenuTop {
	background:linear-gradient(to bottom, #fbb93d 5%, #ce5600 100%);
	background-color:#fbb93d;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}

#buttonMenuTop:hover {
  background: #0e9ec2 !important;
  background-image: -webkit-linear-gradient(top, #0e9ec2, #12a3eb) !important;
  background-image: -moz-linear-gradient(top, #0e9ec2, #12a3eb) !important;
  background-image: -ms-linear-gradient(top, #0e9ec2, #12a3eb) !important;
  background-image: -o-linear-gradient(top, #0e9ec2, #12a3eb) !important;
  background-image: linear-gradient(to bottom, #0e9ec2, #12a3eb) !important;
  text-decoration: none !important;
}

.buttonPlay {
	box-shadow: 0px 1px 0px 0px #3e7327;
	background:linear-gradient(to bottom, #77b55a 5%, #3a701f 100%);
	background-color:#77b55a;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}

#buttonShop {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}

#buttonPlay {
	box-shadow: 0px 1px 0px 0px #3e7327;
	background:linear-gradient(to bottom, #77b55a 5%, #3a701f 100%);
	background-color:#77b55a;
	
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
