.tip {
	width: 260px;
	z-index: 90;
}
 
.tipztop {z-index: 90;}
.tip-title {
	font-size: 11px;
	margin: 0;
	color: yellow;
	padding: 0px 8px 4px;
	background: url(../gfx/bubble_center.png) top left;
	color:#fdb200;margin:0px;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../gfx/bubble_center.png) center right;
	color:white
}
.tip-bottom { background:url(../gfx/bubble_bottom.png) left bottom no-repeat; width:260px; height:14px;margin:0px;}

.tip-top{ background:url(../gfx/bubble_top.png) top left no-repeat; height:14px; width:260px;margin:0px;} 


