#bTip{
	border:1px solid #FFE16A;
	background:#FFFFD6;
	position:absolute;
	width:200px;
	top:12px;
	right:2px;
	z-index:99;
	display:none;
	
}
#bTip2{
	border:1px solid #FFE16A;
	background:#FFFFD6;
	position:absolute;
	width:200px;
	bottom:12px;
	left:2px;
	z-index:99;display:none;
}
#rec{
	top:-11px;
	left:20px;
	background:url(../images/rec.gif) center center no-repeat;
	height:11px;
	width:20px;
	position:absolute;
}
#rec2{
	bottom:0px;
	margin-bottom:-13px;
	left:20px;
	background:url(../images/rec2.gif) center center no-repeat;
	height:11px;
	width:20px;
	position:absolute;
}
#txt,#txt2{
	margin:4px;
	padding:2px;
	color:#D67307;word-wrap:break-word; overflow:hidden;
}
#rfpic{
	margin-right:8px;
	margin-bottom:4px;
}
#bTipShader{
	position:absolute;
	width:200px;
	top:14px;
	z-index:88;
	right:0px;	
	background:#999;
	filter:alpha(opacity=30);display:none;
	-moz-opacity:0.3;
	opacity:0.3;
}
#bTipShader2{
	position:absolute;
	width:200px;
	bottom:10px;
	z-index:88;
	left:4px;	
	background:#999;
	filter:alpha(opacity=30);display:none;
	-moz-opacity:0.3;
	opacity:0.3;
}
