/* CSS Document */
.tooltip{
	width: 119px;
	color: #215377;
	font-size: 12px;
/* 	font-weight: bold;*/
	text-decoration:none;
	text-align:center;
	z-index: 110;
	position: relative;
	}

.tooltip span.top{padding: 25px 8px 0;
	text-align: center;
    background: url(../images/bt3.gif) no-repeat left top}

.tooltip b.bottom{padding: 0px; color: #fff;
    background: url(../images/bt3.gif) no-repeat left bottom; }


