#tooltip_layer
{
	border: 1px solid #999;
	background-color: #fff;
	border-radius: 1px;
	box-shadow: 0 0 5px #999;
	text-align: left;
}
#tooltip_layer_content
{
	color:#666;
/*	font-family: Arial, Helvetica, sans-serif; */
	font-size: 90%;
	line-height: 150%;
	padding:10px;
	text-align: left;
	box-sizing:border-box;
}
#tooltip_layer_content.ontouch:before {
	content:'x';
	position: absolute;
	font-weight:bold;
	font-size: 120%;
	color:#900;
	width:10px;
	height: 10px;
	line-height:10px;
	text-align: center;
	right:12px;
	top:0px;
}
#tooltip_layer_dtriang_bottom
{
	border: 10px solid;
	height:0;
	width:0;
	position:absolute;
	border-color: #999 transparent transparent transparent;
	bottom:-21px;
	_bottom:-39px;
	left:30px;
}
#tooltip_layer_btriang_bottom
{
	border: 10px solid;
	height:0;
	width:0;
	position:absolute;
	border-color: #fff transparent transparent transparent;
	bottom:-20px;
	_bottom:-38px;
	left:30px;
}

#tooltip_layer_dtriang_top
{
	border: 10px solid;
	height:0;
	width:0;
	position:absolute;
	border-color: transparent transparent #999 transparent;
	top:-21px;
	_top:-39px;
}
#tooltip_layer_btriang_top
{
	border: 10px solid;
	height:0;
	width:0;
	position:absolute;
	border-color: transparent transparent #fff transparent;
	top:-20px;
	_top:-38px;
}
