.BUTTON_G{
	border: solid;
	border-width: 1px;

	background-color: rgb(0, 180, 0);

	box-shadow: 2px 2px 2px rgb(0, 0, 0);
}

.BUTTON_G:active{
	background-color: rgb(0, 128, 0);

	box-shadow: none;
	transform: translateY(1px);

	box-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.BUTTON_O{
	border: solid;
	border-width: 1px;

	background-color: rgb(255, 174, 0);

	box-shadow: 2px 2px 2px rgb(0, 0, 0);
}

.BUTTON_O:active{
	background-color: rgb(207, 142, 0);

	box-shadow: none;
	transform: translateY(1px);

	box-shadow: 1px 1px 1px rgb(0, 0, 0);
}