
.inline-button {
	font:					bold 50%/1 Verdana, sans-serif;
	margin:					0 0.2em;
	padding:				0.1em 0;
	border:					1px solid black;
	white-space:			nowrap;
	text-decoration:		none !important;
	vertical-align:			middle;
	background:				#ccc;
	color:					black;
}

.inline-button em {
	font-style:				normal;
	margin:					0;
	padding:				0.1em 0.5em;
	background:				white;
	color:					black;
}

.inline-button span {
	margin:					0;
	padding:				0.1em 0.5em 0.1em 0.3em;
}

.blue-and-white,
.blue-and-white:visited {
	background:				#06c;
	color:					white;
}

.blue-and-white em,
.blue-and-white:visited em {
	background:				white;
	color:					#06c;
}

.inline-button:hover {
	background:				#666;
	color:					white;
}

.inline-button:hover em {
	background:				black;
	color:					white;
}
