#interstitialPop_Floater {
	background-color: transparent;
	position: absolute;
	z-index: 1000;
	display: none;
	padding-left: 0px;
	overflow: hidden;
	}
.interstitialPop_floatShadow {
	background-color: transparent;
	-moz-opacity: .6;
	opacity: .6;
	filter: alpha(opacity=60);
	}
#interstitialPop_FloaterContent {
	background-color: #fff;
	}
#interstitialPop_disablePage {
	background-color: white;
	-moz-opacity: .5;
	opacity: .5;
	filter: alpha(opacity=50);
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 999;
	width: 100%;
	height: 100%;
	}
#interstitialPop_DivShim {
	background-color: transparent;
	-moz-opacity: .0;
	opacity: .0;
	filter: alpha(opacity=0);
	position:absolute;
	z-index: 998;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	}

.floatShadowTop { background-image: url(http://dingo.care2.com/3d_floater/gradient_side_top.gif); background-repeat: repeat-x; }
.floatShadowLeft { background-image: url(http://dingo.care2.com/3d_floater/gradient_side_left.gif); background-repeat: repeat-y; }
.floatShadowRight { background-image: url(http://dingo.care2.com/3d_floater/gradient_side_right.gif); background-repeat: repeat-y; }
.floatShadowBottom { background-image: url(http://dingo.care2.com/3d_floater/gradient_side_bottom.gif); background-repeat: repeat-x; }