
.button-left	{
	background-image:url("/ibbk/img/bleft.gif");
	background-repeat:no-repeat;
	width: 10px;
	height: 22px;
	float: left;
	display: inline;
}

.button-right	{
	background-image: url("/ibbk/img/bright.gif");
	background-repeat:no-repeat;
	width: 11px;
	height: 22px;
	float: left;
	display: inline;
}

.text-button	{
	background-image: url("/ibbk/img/bmiddle.gif");
	min-width: 20px;
	height: 22px;
	float: left;
	display: inline;
	vertical-align: middle;
}

.button-text	{
	margin-top: 4px;
	font-family:Arial, Helvetica, sans-serif;
}

.button-text a:link	{
	color: #000000;
	text-decoration: none;
}

.button-text a:visited	{
	color: #000000;
	text-decoration: none;
}

.button-text a:hover	{
	color: #0066FF;
	text-decoration: none;
}

.button-text a:active	{
	color: #0066FF;
	text-decoration: none;
}

.pad {
  margin-right: 10px
}


