.tooltip {
	width:290px;
	color:#4a4a4a;
	font-size:11px;
	position:absolute;
}
.tooltip div.top {
	background: url(../img/tt.gif) no-repeat top;
	padding:1px;
}
.tooltip div.bottom {
	background: url(../img/tt.gif) no-repeat bottom;
	padding:1px;
}
.tooltip p {
	margin:0;
	padding:7px 17px 7px 17px;
}
