
#BT_arrow_left{
	background-image: url(/images/bettertip/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
	top:-3px;
}

#BT_arrow_right{
	background-image: url(/images/bettertip/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
	top:-2px;
	margin-left:0px;
	padding-left:0px;
}


#BT_arrow_title_left{
	background-image: url(/images/bettertip/arrow_title_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:111;
	left:-12px;
	height:23px;
	width:10px;
    top:-10px;
}

#BT_arrow_title_right{
	background-image: url(/images/bettertip/arrow_title_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
	margin-left:0px;
	padding-left:0px;
}

#BT_main {
	position: relative;
	z-index:101;
}

#BT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.BT_loader{
	background-image: url(/images/bettertip/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#BT_title, .BT_title{
	text-align: left;
	padding-left: 8px;
	font-weight:bold;
	font-size:15px;
	color:#3e3781;
	font-weight:bold;
	background-color:#e0eaff;
	height:30px;
	margin-bottom:10px;
}

#BT_text p{
	margin:3px 0;
}

#BT_text img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.betterTip{
	cursor:pointer;
	text-decoration:none;
	color:black;
}

.BT_shadow0 {
	position:absolute;
	z-index:99;
}
.BT_shadow1 {
	background:transparent url(/images/bettertip/corner_bl.png) no-repeat scroll left bottom;
	display:block;
	padding-left:8px;
	padding-top:8px;
}

.BT_shadow2 {
	background:transparent url(/images/bettertip/shadow.png) no-repeat scroll right bottom;
	display:block;
}

.BT_mtop {
	border-top:#000000 solid 1px;
	background-color:#e0eaff;
}

.BT_mleft {
	vertical-align:top;
	background:transparent url(/images/bettertip/shadow_l.png) repeat-y scroll right top;
}

.BT_mbottom {
	background:transparent url(/images/bettertip/shadow_b.png) repeat-x scroll left bottom;
}

.BT_mright {
	vertical-align:top;
	padding-right:5px;
	background:transparent url(/images/bettertip/shadow_r.png) repeat-y scroll left top;
}

.BT_mcontent {
	background:#ffffff;
}