span.help {
	float: left;
	display: block;
	position: relative;
}

div.h {
	position: absolute;
	width: 200px;
	z-index: 2000;
}

div.h div.body {
	_display: inline-block;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.mark13.com/images/tooltip/body.png', sizingMethod='scale');
	padding: 7px 12px;
	text-align:left;
}

html > body div.h div.body {
	background: transparent url(../images/tooltip/body.png) no-repeat;
}

div.h div.head {
	height: 14px;
	width: 200px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.mark13.com/images/tooltip/head.png', sizingMethod='scale');
}

html > body div.h div.head {
	background: transparent url(../images/tooltip/head.png) no-repeat;
}

div.h div.foot {
	height: 11px;
	width: 200px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.mark13.com/images/tooltip/foot.png', sizingMethod='scale');
}

html > body div.h div.foot {
	background: transparent url(../images/tooltip/foot.png);
}

a.tooltip {
	color: #f03;
	line-height: 20px;
	cursor: help;
}



