div#tipContent { 
	display: none;
	position: absolute;
	padding: 10px;
	left: 5px;
	font-size: 11px;
	background-color: white;
	border: 1px solid #a6c9e2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 9999;
	width: 200px;
}

div#tipContent #vtipArrow {
	position: absolute;
	top: -10px;
	left: 5px
}

div.tipContentHolder {
	display: none;
}
div#tipContent strong {
	font-weight: bold !important;
}