.tooltip
{
	width: 150px;
}
.tooltip .top, .tooltip .bottom
{
	height: 7px;
}
.tooltip .left, .tooltip .right
{
	width: 7px;
}

.tooltip .top .left
{
	background: Transparent url('Images/ToolTip/ToolTipRounds.gif') no-repeat Left Top;
}
.tooltip .top .center
{
	background: #F0FEEF url('Images/ToolTip/ToolTipTop.gif') repeat-x;
}
.tooltip .top .right
{
	background: Transparent url('Images/ToolTip/ToolTipRounds.gif') no-repeat Right Top;
}

.tooltip .middle .left
{
	background: #F0FEEF url('Images/ToolTip/ToolTipLeft.gif') repeat-y;
}
.tooltip .middle .center
{
	background-color: #F0FEEF;
}
.tooltip .middle .right
{
	background: #F0FEEF url('Images/ToolTip/ToolTipRight.gif') repeat-y Right;
}

.tooltip .bottom .left
{
	background: Transparent url('Images/ToolTip/ToolTipRounds.gif') no-repeat Left Bottom;
}
.tooltip .bottom .center
{
	background: #F0FEEF url('Images/ToolTip/ToolTipBottom.gif') repeat-x Bottom;
}
.tooltip .bottom .right
{
	background: Transparent url('Images/ToolTip/ToolTipRounds.gif') no-repeat Right Bottom;
}

.tooltip .pointer
{
	width: 22px;
	height: 15px;
	background: Transparent url('Images/ToolTip/ToolTipPointer.gif') no-repeat;
	position: absolute;
	left: 15px;
	bottom: 0px;
}
.tooltip table
{
	margin-bottom: 11px;
}

.tooltip
{
	margin-left: 60px;
}
