div.qtip-wrapper {
	z-index: 20000;
	text-align: left;
	position: absolute;
	font-size: 1.2em;
	width: 300px;
	background: transparent url("arrow.png") no-repeat scroll center bottom;
	color: #fff;
	padding-bottom: 5px;
	display: none
}

div.qtip-wrapper div {
	background: #333 none;
	padding: 7px;
	font: normal 1em "Arial", verdana, sans-serif;
	line-height:15px;
}

div.box {
	position: absolute; 
	background: #ccc none; 
	text-align: center; 
	color: #fff; 
	cursor: pointer;
}
