@charset "utf-8";
/* CSS Document */

 	#Pop-up{
		top:0px; left:0px;
		width:100%; height:100%;
		position:fixed;
		z-index:1000;
		background: url(/images/backgrounds/Popup_bg.png) repeat 0px 0px;
	}
	#Pop-up #popupbutton{
		position:fixed;
		display:block;
		width:100%; height:100%;
	}
	#Pop-up #popupbutton span{ display:none; }
	#Overlay_Ad{
		position:relative;
		top:50%; margin:-200px auto 0px;
		padding:5px;
		width:774px;height:250px;
		background:#fff url(http://www.cruise-connections.com/LandingPage-Slider/images/20yearcontest-noglow.jpg) no-repeat 5px 5px;
	}
	#AdAnchor{
		display:block;
		width:100%; height:100%;
	}
	#AdAnchor span{ display:none; }
	#decline{
	position: absolute;
	bottom: -42px;
	right: 3px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	width: 65px;
	height: 31px;
	}
	#decline:hover{
		text-decoration:underline;
		color:#F5E900;
	}
