.tip {
	font: 10px/12px Arial,Helvetica,sans-serif;
	border: solid 1px #666666;
	width: 200px; 
	padding: 1px;
	position: absolute;
	z-index: 1000;
	visibility: hidden;
	color: #333333;
	top: 20px;
	left: 90px;
	background-color: #ffffaf;
	layer-background-color:#ffffaf;
}

.tip p {
	margin: 0.4em;
	padding: 0;
}

// index.tooltips.php
#listing {width: 130px;}

// story.tooltips.php
#t2 {width: 480px;}

