p.button {
	display: inline;
	text-decoration: none;
	padding: 0;
	margin: 0;
	margin-right: 5px;
}
p.button a, p.button b, p.button span {
	cursor: pointer;
	font-weight: normal;
	display: table-cell;
	display: inline-table;
	display: inline-block;
	text-decoration: none;
}

p.button a, p.button a:hover {
	background: url(button.gif) no-repeat top left;
	text-decoration: none;
}
p.button b {
	height: 20px;
	background: url(button_end.gif) no-repeat top right;
}
p.button span {
	font-size: 12px;
	padding: 2px 10px 0;
	color: white;
	font-weight: bold;
}