#BT_arrow_left{
	background: url(/themes/default/img/helpcenter/tip/arrow_left.gif) 3px 8px no-repeat;
	position: absolute;
	z-index:101;
	height:21px;
	width:10px;
}

#BT_arrow_right{
	background: url(/themes/default/img/helpcenter/tip/arrow_right.gif) 2px 8px no-repeat;
	width:10px;
	position: absolute;
	z-index:101;
	height:21px;
}
html>/**/body #BT_arrow_right{
	background: url(/themes/default/img/helpcenter/tip/arrow_right.gif) left 8px no-repeat;
	width:7px;
}

#BT_arrow_title_left{
	background: url(/themes/default/img/helpcenter/tip/arrow_left2.gif) 3px 5px no-repeat;
	position: absolute;
	z-index:101;
	left:-12px;
	height:20px;
	width:10px;
    top:-3px;
}

#BT_arrow_title_right{
	background: url(/themes/default/img/helpcenter/tip/arrow_right2.gif) left 5px no-repeat;
	position: absolute;
	z-index:101;
	height:20px;
	width:11px;
    top:-2px;
	margin-left:0px;
	padding-left:0px;
}

#BT_main {
	position: relative;
	z-index:101;
	border:1px solid #FFCC00;
	background-color: #ffffcc;
	color:#000000;
}

#BT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.BT_loader{
	background-image: url(/themes/default/img/helpcenter/tip/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#BT_title{
	background-color:#ffe478;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	font-size:11px;
}

#BT_text p{
	margin:3px 0;
}

#BT_text img{
	padding:1px;
	border:1px solid #FFCC00;
}

.betterTip{
	text-decoration:none;
}
A.betterTip{
	border-bottom:1px dotted;
}
A.betterTip:hover{
	text-decoration:none;
}

.BT_shadow0 {
	position:absolute;
}
html>body .BT_shadow0 {
	background:transparent url(/themes/default/img/helpcenter/tip/corner_tr.png) no-repeat scroll right top;
	position:absolute;
}
html>body .BT_shadow1 {
	background:transparent url(/themes/default/img/helpcenter/tip/corner_bl.png) no-repeat scroll left bottom;
	display:block;
	padding-left:8px;
	padding-top:8px;
}
html>body .BT_shadow2 {
	background:transparent url(/themes/default/img/helpcenter/tip/shadow.png) no-repeat scroll right bottom;
	display:block;
}
