/*
.tooltip{
	width: 200px; color:#000;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;
	text-align:center;
}

.tooltip span.top{
	padding: 30px 8px 0;
    background: url(../pics/bt.gif) no-repeat top;
}

.tooltip b.bottom{
	padding:3px 8px 15px;
	color: #548912;
    background: url(../pics/bt.gif) no-repeat bottom
}
*/
.custom-tip {
	color: #000;
	width: 200px;
	z-index: 13000;
}
 
.custom-title {
	height:5px;
	color: #FFFFFF;
	padding: 20px 8px 0;
    background: url(../pics/bt.gif) no-repeat top;
}
 
.custom-text {
	font-size: 11px;
	padding: 0px 8px 8px;
	text-align :center;
	background : url(../pics/bt.gif) no-repeat bottom;
}
