.highlighted-button
{
	position: relative;
	display: inline-block;
	-webkit-appearance: none;
	box-sizing: border-box;
	border-width:1px;
	border-style:solid;
	outline:none;
	font-family:inherit;
	padding:10px 15px;
	cursor: pointer;
	border-radius:3px;
	text-align: center;
	text-decoration: none !important;
}
	.highlighted-button-inverted
	{
		position: relative;
		display: inline-block;
		-webkit-appearance: none;
		box-sizing: border-box;
		border-width:1px;
		border-style:solid;
		outline:none;
		font-family:inherit;
		padding:10px 15px;
		cursor: pointer;
		border-radius:3px;
		text-align: center;
		text-decoration: none !important;
	}
		.highlighted-button.loading:before
		{
			display:block;
			content:"";
			position: absolute;
			height:100%;
			width:100%;
			top:0px;
			left:0;
			border-radius:inherit;
			background-position: center center;
			background-repeat: no-repeat;
		}
.action-button
{
	display: inline-block;
	-webkit-appearance: none;
	box-sizing: border-box;
	border-width:1px;
	border-style:solid;
	outline:none;
	font-family:inherit;
	padding:10px 15px;
	cursor: pointer;
	border-radius:3px;
	text-align: center;
	text-decoration: none !important;
}
	.action-button-inverted
	{
		display: inline-block;
		-webkit-appearance: none;
		box-sizing: border-box;
		border-width:1px;
		border-style:solid;
		outline:none;
		font-family:inherit;
		padding:10px 15px;
		cursor: pointer;
		border-radius:3px;
		text-align: center;
		text-decoration: none !important;
	}
.secondary-action-button-old
{
	display: inline-block;
	-webkit-appearance: none;
	box-sizing: border-box;
	border-width:1px;
	border-style:solid;
	outline:none;
	font-family:inherit;
	padding:10px 15px;
	cursor: pointer;
	border-radius:3px;
	text-align: center;
	text-decoration: none !important;
}
	.secondary-action-button-inverted-old
	{
		display: inline-block;
		-webkit-appearance: none;
		box-sizing: border-box;
		border-width:1px;
		border-style:solid;
		outline:none;
		font-family:inherit;
		padding:10px 15px;
		cursor: pointer;
		border-radius:3px;
		text-align: center;
		text-decoration: none !important;
	}
	.secondary-action-button-darker
	{
		display: inline-block;
		-webkit-appearance: none;
		box-sizing: border-box;
		border-width:0px;
		border-style:solid;
		outline:none;
		font-family:inherit;
		border:none;
		padding:10px 15px;
		cursor: pointer;
		border-radius:3px;
		text-align: center;
		text-decoration: none !important;
	}
	.tertiary-action-button-old
	{
		display: inline-block;
		-webkit-appearance: none;
		box-sizing: border-box;
		border-width:1px;
		border-style:solid;
		outline:none;
		font-family:inherit;
		padding:10px 15px;
		cursor: pointer;
		border-radius:3px;
		text-align: center;
		text-decoration: none !important;
	}


.highlighted-button[disabled]
{
	opacity:0.5;
	pointer-events: none;
}
	.highlighted-button-inverted[disabled]
	{
		opacity:0.5;
		pointer-events: none;
	}
.action-button[disabled]
{
	opacity:0.5;
	pointer-events: none;
}
	.action-button-inverted[disabled]
	{
		opacity:0.5;
		pointer-events: none;
	}
.secondary-action-button-old[disabled]
{
	opacity:0.5;
	pointer-events: none;
}

