@charset "utf-8;"

div {
	margin:100px;
}

.tTip {
	width: 300px;
	position: absolute;
	left: 50px;
	top: 150px;
	cursor: pointer;
	color: #666;
	font-weight: bold;
}
.tip {
	background:#1b1b1b;
	padding:15px;
	display: none;
	position: absolute;
	z-index: 500;
	font-size:80%;
	text-shadow:none;
	color:#aaa;
}