a.uptip {
	width: 16px;
	height: 16px;
	padding: 1px 15px 1px 1px;
	text-decoration: none;
	border-radius: 5px;
	background-image: url(../images/global/question.png);
	background-repeat: no-repeat;
	float:left;
}

#uptip {
	width: 200px;
	height: 75px;
	padding: 5px;
	font-size: 16px;
	background-color: #EBEBEB;
	margin: 0px;
}
#uptip p {
	margin: 0px auto;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}
.aftertip {
	content: "";
	display: block;
	position: relative;
	left: 85px;
	width: 0;
	height: 0;
	border-width: 15px 15px 0;
	border-style: solid;
	border-color: #EBEBEB transparent;
	margin: 0px;
}

.hideTip {
	position: absolute;
	display: none;
}