@charset "gb2312";
/* 代码整理：懒人之家 */
* {
	margin:0;
	padding:0;
}
body {
	font:12px/16px arial;
	margin:0
}
#TopTipHolder {
	height:0;
	overflow:hidden;
	position:relative
}
#TopTip {
	height:35px;
	line-height:35px;
	text-align:center;
	background:#FC0
}
#TopTipClose {
	width:85px;
	height:19px;
	background:url(imagesclose3.gif) no-repeat;
	position:absolute;
	right:10px;
	top:10px
}
