#backgroundPopup
{
	display:none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 500;
	background:#000000;
}
#BetterForYouPopupImage
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	padding:0;
	margin:0;
	height: 693px;
	width: 516px;
	background: #FFFFFF;
	z-index: 999;
}

#BetterForYouPopupVideo
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	padding:0;
	margin:0;
	height: 335px;
	width: 592px;
	background: #FFFFFF;
	z-index: 999;
}

#BetterForYouPopupImage .Border, #BetterForYouPopupVideo .Border
{
	border:solid 4px #000000;
	padding:0;
	margin:0;
}

#BetterForYouPopupImage .Border img
{
	height:685px;
	width:508px;
}

.ClosePopup
{
	cursor:pointer;
	position: absolute;
	right:0;
	top:0;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	background-color:Black;
	display: block;
	padding:3px 10px 3px 10px;
	text-transform:uppercase;
	filter:alpha(opacity=60);opacity: 0.6;-moz-opacity:0.6;
}
