.bubbletip {
	border-collapse: collapse; position: absolute; z-index: 50;
}
.bubbletip td.bt-topleft {
	background: url("bubbletip.png") no-repeat 0px 0px; width: 33px; height: 33px;
}
.bubbletip td.bt-top {
	background: url("bubbletip-T-B.png") repeat-x 0px 0px; height: 33px;
}
.bubbletip td.bt-topright {
	background: url("bubbletip.png") no-repeat -73px 0px; width: 33px; height: 33px;
}
.bubbletip td.bt-left-tail div.bt-left {
	background: url("bubbletip-L-R.png") repeat-y 0px 0px; width: 33px;
}
.bubbletip td.bt-left {
	background: url("bubbletip-L-R.png") repeat-y 0px 0px; width: 33px;
}
.bubbletip td.bt-left-tail div.bt-left-tail {
	background: url("bubbletip.png") no-repeat 0px -26px; width: 33px; height: 53px;
}
.bubbletip td.bt-right-tail div.bt-right {
	background: url("bubbletip-L-R.png") repeat-y -33px 0px; width: 33px;
}
.bubbletip td.bt-right {
	background: url("bubbletip-L-R.png") repeat-y -33px 0px; width: 33px;
}
.bubbletip td.bt-right-tail div.bt-right-tail {
	background: url("bubbletip.png") no-repeat -73px -26px; width: 33px; height: 53px;
}
.bubbletip td.bt-bottomleft {
	background: url("bubbletip.png") no-repeat 0px -73px; width: 33px; height: 33px;
}
.bubbletip td.bt-bottom {
	background: url("bubbletip-T-B.png") repeat-x 0px -33px; height: 33px;
}
.bubbletip td.bt-bottomright {
	background: url("bubbletip.png") no-repeat -73px -73px; width: 33px; height: 33px;
}
.bubbletip table.bt-top {
	width: 100%;
}
.bubbletip table.bt-bottom {
	width: 100%;
}
.bubbletip table.bt-top th {
	background: url("bubbletip-T-B.png") repeat-x 0px 0px; width: 50%;
}
.bubbletip table.bt-bottom th {
	background: url("bubbletip-T-B.png") repeat-x 0px -33px; width: 50%;
}
.bubbletip table.bt-top td div {
	background: url("bubbletip.png") no-repeat -33px 0px; width: 40px; height: 33px;
}
.bubbletip table.bt-bottom td div {
	background: url("bubbletip.png") no-repeat -33px -73px; width: 40px; height: 33px;
}
.bubbletip td.bt-content {
	vertical-align: middle; background-color: rgb(255, 255, 255);
}
