p#vtip {
	display: none;
	position: absolute;
	padding: 10px;
	left: 5px;
	font-size:10px;
	background-color: white;
	border: 1px solid #a6c9e2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 9999;
	max-width:200px;
	min-width:30px;
	text-align:left;
}
p#vtip #vtipArrow {
	position: absolute;
	top: -10px;
	left: 5px;
}
* html p#vtip {
	width:expression(document.body.clientWidth < 30? "30px" : document.body.clientWidth > 200? "200px" : "auto");
}


* html p#vtip {
	font-size:11px;
}
*:first-child+html p#vtip {
	font-size:9px;
}
