a.inline-button {
	margin: 0;
	padding: 1px;	/* Should not be present, but Firefox seems to bug with borders */
	border: 1px solid gray;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: middle;
	background: white;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: .9em;
	color: black;
}

a.inline-button > span.provider,
a.inline-button > span.std {
	border: 1px solid white;
	padding: 0 .3em 0 .3em;
	font-style: normal;
}

a.inline-button > span.provider {
	border-right: none;
	background: white;
	color: black;
}

a.inline-button > span.std {
	border-left: none;
	color: white;
}

a.inline-button:hover > span.provider {
	background: black;
	color: white;
}

a.inline-button:hover > span.std {
	background: #606060;
	color: white;
}

a.blue > span.provider {
	background: white;
	color: #0060C0;
}

a.blue > span.std {
	background: #0060C0;
	color: white;
}

a.orange > span.provider {
	background: white;
	color: orange;
}

a.orange > span.std {
	background: orange;
	color: black;
}
