p.tgToolTip{
	font-size:12px;
	margin:0;
	padding:10px 20px;
	background:rgba(255,255,255,0.9) url('../../img/common/lang_bk.png') no-repeat right bottom;
	color:#ccc;
	border-radius:3px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	line-height:3em;
	position:absolute;
	z-index:100;
}

.tgHide {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	opacity:0;
}