.tip, .lt, .lb {

}
.tip-text{
	background-image:  url(images/backgrounds/pop_mid_09.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 10px;
	line-height: normal;
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin: 0px;
	width: 150px;
	behavior: url(./styles/iepngfix.htc);
}
.tip-bottom {
	background-image:  url(images/backgrounds/pop_bottom_03.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 0px;
	height: 12px;
	behavior: url(./styles/iepngfix.htc);
}
.tip-top{
	background-image:  url(images/backgrounds/pop_normal_03.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:5px;
	overflow: hidden;
	behavior: url(./styles/iepngfix.htc);
}

.tooltip_sml .tip-text{
	background-image:  url(images/backgrounds/pop_mid_09_sml.png);
	width: 90px;
}
.tooltip_sml .tip-bottom {
	background-image:  url(images/backgrounds/pop_bottom_03_sml.png);
}
.tooltip_sml .tip-top{
	background-image:  url(images/backgrounds/pop_normal_03_sml.png);
}

.lt .tip-top{
	background-image:  url(images/backgrounds/popup_top_left_03.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 19px;
	height:0px;
	overflow: hidden;
	behavior: url(./styles/iepngfix.htc);
}
.lb .tip-bottom{
	background-image:  url(images/backgrounds/popup_bottom_left_03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 19px;
	behavior: url(./styles/iepngfix.htc);
	font-size:1px;
}
.tip-heading{
}

