.event form.maForm button {
	display: inline-block;
	padding: 6px 16px;
	margin: 5px 2px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0;
	vertical-align: middle;
	cursor: pointer;
	background-color: #00a651;
	background-image: none;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8cc63f), to(#00a651));
	background-image: -webkit-linear-gradient(top, #8cc63f, #00a651);
	background-image: -o-linear-gradient(top, #8cc63f, #00a651);
	background-image: linear-gradient(to bottom, #8cc63f, #00a651);
	background-image: -moz-linear-gradient(top, #8cc63f, #00a651);
	background-repeat: repeat-x;
	border: 1px solid #00a651;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

.event form.maForm button:hover {
	color: #ffffff;
	background-image: none;
	background-color: #00a651;
	*background-color: #00a651;
}