.tippy_content {
	width: 285px;
	background-image: url('/content/products/resources/images/Middle.png');
	background-repeat: repeat-y;
}
* html .tippy_content {
	width: 285px;
	background-image: url('/content/products/resources/images/Middle.gif');
	background-repeat: repeat-y;	
}
.tippy_content_flipped {
	width: 285px;
	background-image: url('/content/products/resources/images/Middle-flipped.png');
	background-repeat: repeat-y;
}
* html .tippy_content_flipped {
	width: 285px;
	background-image: url('/content/products/resources/images/Middle-flipped.gif');
	background-repeat: repeat-y;
}
.tippy_top {
	height: 12px;
	width: 298px;
	background-image: url('/content/products/resources/images/Top.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}
* html .tippy_top {
	height: 12px;
	width: 298px;
	background-image: url('/content/products/resources/images/Top.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}
.tippy_top_flipped {
	height: 12px;
	width: 298px;
	background-image: url('/content/products/resources/images/Top-flipped.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
* html .tippy_top_flipped {
		height: 12px;
	width: 298px;
	background-image: url('/content/products/resources/images/Top-flipped.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}
.tippy_bottom {
	height: 12px;
	width: 298px;
	background-image: url('/content/products/resources/images/Bottom.png');
	background-repeat: no-repeat;
	background-position: top center;
}
* html .tippy_bottom {
	height: 12px;
	width: 298px;
	background-image: url('/content/products/resources/images/Bottom.gif');
	background-repeat: no-repeat;
	background-position: top center;
}
.tippy_bottom_flipped {
	height: 12px;
	width: 298px;
	background-image: url('/content/products/resources/images/Bottom-flipped.png');
	background-repeat: no-repeat;
	background-position: top left;
}
* html .tippy_bottom_flipped {
	height: 12px;
	width: 298px;
	background-image: url('/content/products/resources/images/Bottom-flipped.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.tippy_container {
	width: 300px;
}
.tippy_content_wrapper {
	width: 300px;
}
.content_wrapper {
	width: 240px;
	line-spacing: 16px;
	margin-left: 25px;
}
.content_wrapper_flipped {
	width: 240px;
	line-spacing: 16px;
	margin-left: 25px;	
}