div.BtnGroup { height:24px; }

div.BtnGroup table {
	cursor:		hand;
	cursor:		pointer;
	margin:		0 auto 0 auto;
	background:	transparent;
}

div.BtnGroup table tr td { margin:0; padding:0; }

div.BtnLeft, div.BtnMid, div.BtnRight {
	height:		24px;
	cursor:		hand;
	cursor:		pointer;
}

div.BtnLeft, div.BtnRight {
	background-repeat:	no-repeat;
	width:				12px;
}
div.BtnLeft		{ background-image:url(../images/bg/button-left.gif); }
div.BtnRight	{ background-image:url(../images/bg/button-right.gif); }

div.BtnMid {
	background-image:	url(../images/bg/button-middle.gif);
	color:				White;
	line-height:		24px;
	font-weight:		bold;
	white-space:		nowrap;
}