p.tgToolTip {
	font-size:12px;
	margin: 0;
	padding:10px 20px;
	background:rgba(255,255,255,0.95) 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: fixed;
	z-index: 1001;
	top:0;
}

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

button.language, button.lang_select {
    background: #fff url(../sp/images/lang_bg.svgz) no-repeat left 3px center;
    color: #666;
    border: #ccc solid 1px;
    border-radius: 2px;
    line-height: 19px;
    font-size: 10px;
    padding: 0 2px 0 20px;
    margin: 0 0 7px 0;
}


