/*--OFFICIAL BUTTON STYLES (green, blue, gray, yellow, red)--*/
.actionBtn {
	padding: 5px 20px;
	font-family: 'Open Sans', sans-serif;
	border-radius:4px;
	text-shadow: none !important;
	border: none !important;
	box-shadow: none !important;
}
.actionBtnGreen {
	color:#304105;
	background: #a4c554 !important;
}
.actionBtnGreen:hover {
	background: #96b942 !important;
}
.actionBtnGreen:active {
	background: #91ae4a !important;
}
.newActionBtnBlue {
	background: #144686 !important;
	color:#fff;
}
.newActionBtnBlue:active {
	background: #144686 !important;
	color:#fff;
}
.newActionBtnBlue:hover {
	background: #113c72 !important;
	color:#fff;
}
.actionBtnGray {
	color:#555;
	background: #f2f2f2;
}
.actionBtnGray:active {
	background: #e0e0e0;
}
.actionBtnYellow {
	color:#000;
	background: #eddb3d;
}
.actionBtnYellow:active {
	background: #d2b01b;
}
.actionBtnRed {
	color:#741d19;
	background: #e4847f;
}
.actionBtnRed:active {
	color:#741d19;
	background: #e4847f;
}
