@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:510px;height:296px;
		background:#fff url(/images/Pop-ups/HolidayCruiseContest2011Winners.jpg) no-repeat 5px 5px;
	}
	#AdAnchor{
		display:block;
		width:100%; height:100%;
	}
	#AdAnchor span{ display:none; }
	#decline{ 
		position:absolute; 
		bottom:-17px; right:0px; 
		text-decoration:none; 
		color:#fff; 
		font-size:13px;
	}
	#decline:hover{
		text-decoration:underline;
		color:#F5E900;
	}

