@charset "UTF-8";
/* CSS Document */

p#vtip {
	display: none;
	position: absolute;
	padding: 10px;
	left: 5px;
	font-size: 12px;
	background-color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 9998;
	font-family: Arial, Helvetica, sans-serif;
	-moz-box-shadow: rgba(0,0,0,.5) 0px 2px 5px;
	-khtml-box-shadow: rgba(0,0,0,.5) 0px 2px 5px;
	-webkit-box-shadow: rgba(0,0,0,.5) 0px 2px 5px;
	color: #666;
	height: auto;
	width: 180px;
	border: 1px solid #8caccf;
}
p#vtip #vtipArrow {
	position: absolute;
	top: -10px;
	left: 20px;
	z-index: 9999;
}
