#tooltip {
	display: block;
	position: absolute;
	width: 120px;
	height: 122px;
	color: #333;
	text-align: left;
	z-index: 3000;
	background: url(../images/phone-tip-bg.gif) no-repeat left top;
}

#tooltip img {
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	height: 111px;
	width: 111px;
}

#tooltip h3, #tooltip div {
	margin: 0;
}
