
.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	width:233px;
	/*
	height:166px;	
	background: url("../images/tooltip_bg.png") no-repeat scroll 0px 0 transparent;
	*/
}

.tooltip_top{
	background: url("../images/tooltip_bg_top.png") no-repeat scroll 0px 0 transparent;
	height:32px;
}
.tooltip_body{
	background: url("../images/tooltip_bg_body.png") no-repeat scroll 8px 0 transparent;
	min-height:100px;
	height:auto;
}
.tooltip_bottom{
	background: url("../images/tooltip_bg_bottom.png") no-repeat scroll 0px 0 transparent;
	height:20px;
}
