




/**
MAP styles
*/
#map {
	display: none;
	position: absolute;
	top: 50px;
	left: 31px;
	background-image:url(/SiteCollectionImages/flash/ep_licence_map/EP_map.png) !important;
	background-repeat: no-repeat;
	height: 486px !important;
	width: 957px;
	z-index: 10000;
}
#map .iframe {
	position: absolute;
	top: 18px;
	left: 18px;
}
#map .close {
	position: absolute;
	top: 33px;
	right: 37px;
	z-index: 700000;
}
#map .close a {
	cursor: pointer;
}
* html #map {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/SiteCollectionImages/flash/ep_licence_map/EP_map.png", sizingMethod="crop");
}


