.ttigger {
	cursor: help;
}
.tooltip {
	width: 200px;
	padding: 5px 10px;
	z-index: 100;
	background-color: #f0f8ff;
	color: #959597;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	font-size: 11px;
	line-height: 15px;
}