html {
	font-size: 16px;
	font-family: "Arial";
}

a {
	text-decoration: none;
}

button,
a.button,
input.button {
	background-color: #AAA;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	color: #FFF;
	padding: 6px 10px;
	text-align: center;
	border: 0px;
	cursor: pointer;
}

button:hover,
a.button:hover {
	background-color: #999;
}

button.color,
a.button.color {
	color: #FFF;
	background-color: #65c028;
}

button.color:hover,
a.button.color:hover {
	background-color: #56a523;
}

.error {
	color: red;
}