/*Caixa do tooltip*/
#tooltip {
	margin:0; width:140px; height:188px;
	cursor:pointer; text-align:left; background:url(bg.gif) center center no-repeat;
}
#tooltip p{
	padding:20px 5px 0 5px; font-size:12px; font-family:Arial; color:#000000;
}
