a {
	color: #537b1c;
}
a:hover {
	color: #6b9d28;
}

::selection{
	color: white;
	background: #537b1c;
}
::-moz-selection {
	color: white;
	background: #537b1c;
}

.button, .button:disabled:hover, .button:disabled:active {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	background: -khtml-linear-gradient(top,  #6b9d28,  #436b0c);
}
.button:hover {
	color: white;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	background: -khtml-linear-gradient(top,  #7db72f,  #4e7d0e);
}
.button:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	background: -khtml-linear-gradient(top,  #4e7d0e,  #7db72f);
}
