.tooltip {
	width:209px;
	height:150px;
	display:none;
	background:url(../img/tooltip/tooltip.png);
	_background:url(../img/tooltip/tooltip.gif);
	margin-top: -20px;
	*margin-top: 20px;
}
.tooltip p{
	width:185px;
	height:auto;
	display: block;
	margin: 15px 0px 0px 15px;
	font-size:11px;
	color:#fff;
}