/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	background:transparent url(http://www.mchs.gov.ru/images_blue/popup_back.png) no-repeat ;
	font-size:12px;
	width:262px;
	height:152px;
	padding:50px;
	display:none;
	color:clack;
	margin-left:100px;
	
}

/* tooltip title element (h3) */
div.tooltip h3 {
	
	font-size:12px;
	color:black;
}

#iePNG {
  width: 574px; height: 121px;
}
html > body #iePNG {
  background: url(/images_blue/flag1.png) no-repeat;
}
*html #logo {
  background:none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images_blue/flag1.png
', sizingMethod='crop');
}

