p#vtip {
	display: none;
	position: absolute;
	padding: 5px 15px 5px 8px;
	left: 0px;
	font-size: 11px;
	line-height: 24px;
	background: transparent url(../img/tooltip_bg.png) no-repeat 100% 3px;
	z-index: 199999!important;
	height: 43px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
}
p#vtip #vtipArrow {
	position: absolute;
	top: 27px;
	left: 0px;
	width: 20px;
	background: url(../img/tooltip_arrow.png) no-repeat 0 -10px;
}
