/********** PILL BUTTON- ALL BROWSERS, IE>9 **********/

button {
	cursor: hand;
	cursor: pointer;
	background: #0088cc url('/National_Library/20160521004321oe_/http://www.logitech.com/images/v2/for-business/btnBG.gif');
	margin: 0;
	padding: 0px 15px 0px 15px;
	height:23px;
	border-width: 0;
	font: 100%/1 Arial-Bold,Sans-serif;
	font-size:11px;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:0.5px;
	color: #fff;
}

button:hover {
	background: #0088cc;
}

button u {
	text-decoration: none;
}
