/* @override http://realpilatesnyc.com/test/css/interstitial.css */

/* @override http://realpilatesnyc.com/test/css/interstitial.css */

#interContainer {
	position: absolute

;
	/*width: 670px; Width of interstitial box*/
left: 0;
	top: 0;
	padding: 0;
	padding-top: 0;
	visibility: hidden;
	z-index: 6;
	background-color: ;
}

#interContainer .headerbar {

/*CSS for header bar of interstitial box*/
padding: 0;
	text-align: right;
}

#interContainer div.headerbar a img {
	vertical-align: middle;
	padding: 0;
	margin: 0 -10px -20px 0;
	border: 0;
}

#interContainer .headerbar a {

/*CSS for header bar links of interstitial box*/
font-size: 120%;
	text-decoration: none;
}

#interContent {

/*CSS for div that holds the content to show*/
	background: url(http://realpilatesnyc.com/img/backgrounds/events-popup-bg3.png) no-repeat 0px 0px;
	margin: 0;
	padding: 15px 0 0 0;
	width: 852px;
	height: 411px;
}

#interVeil {

/*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
	background: black url(blackdot.gif);
	right: 0;
	width: 10px;
	top: 0;
	z-index: 5;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=80);
	opacity: 0.8;
}