.cerebellumButton {

	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	padding:10px 20px;
	background:#FF9D00;
	border-bottom:3px solid #FF7E00;
	border-radius:5px;
	font-weight:900;
	text-shadow: 0px 1px 0px #ff7e00;
	-webkit-transition:background 0.2s linear, box-shadow 0.2s linear, border 0.2s linear, text-shadow 0.2s linear;


}

.cerebellumButton:hover {

	color:#fff;
	background:#FFBF00;
	border-bottom: 3px solid #DB6C00;
	text-shadow: 3px solid #DB6C00;
	box-shadow: inset 0px 0px 5px #fff;
	-webkit-transition:background 0.2s linear, box-shadow 0.2s linear, border 0.2s linear, text-shadow 0.2s linear;

}


a.cerebellumButton:visited {

	box-shadow: inset 0px 0px 5px #DB6C00;
	-webkit-transition:background 0.2s linear, box-shadow 0.2s linear, border 0.2s linear, text-shadow 0.2s linear;

}


.cerebellumButton:active {

	color:#fff;
	background:#FF7E00;
	border-bottom: 3px solid #FF7E00;
	text-shadow: 0px 1px 0px #B85B00;
	box-shadow: none;
	-webkit-transition:background 0.1s linear, box-shadow 0.1s linear, border 0.1s linear, text-shadow 0.1s linear;

}