

/* http://cssglobe.com/lab/tooltip/03/ */
#mytooltip {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
    font:11px "Trebuchet MS", Tahoma, sans-serif;

  max-width: 440px;
  _width: 440px;
  max-height: 200px;
  overflow: auto;
}

