﻿@charset "utf-8";
#TopTipHolder {
	height:0;
	overflow:hidden;
	position:relative
}
#TopTip {
	height:100px;
	line-height:100px;
	text-align:center;
}
#TopTipClose {
	cursor: pointer;
	width:16px;
	height:16px;
	background:url(../images/t_close.png) no-repeat;
	position:absolute;
	right:35px;
	top:6px
}
