.tooltip
{
	width: 200px; color:#000;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;text-align:center;
}

.tooltip span.top
{
	padding: 30px 4px 0 4px;
    background: url(/includes/bt/bt.gif) no-repeat top
}

.tooltip b.bottom
{
	padding:1px 4px 15px 4px;
	color: #548912;
    background: url(/includes/bt/bt.gif) no-repeat bottom;
}

.tooltip iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:100%;/*must have for any big value*/
	height:100%/*must have for any big value*/;
}