body { width:100%;
	height:100%; margin: 0; background-color: #FFF; }
img,
div { position: absolute; margin: 0px; padding: 0px; border: none; webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);}

.ad{ display:inline-block; }

#ad-container { position: relative;display:none;  left: 0px; top: 0px; width: 298px; height: 248px; border: 1px solid #000; overflow: hidden; cursor: pointer; -webkit-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0); 
background: #ffffff; /* Old browsers */ }

#bgd { top:0px; left:0px; border: none;}




/********* Animations **********/
#zipForm {
	top:109px;
	left:104px;
	z-index:5;
	width:96px;
	height:29px;
	opacity:1;
	display:block;
}

#zip {
	position:absolute;
	width:80px;
	height:26px;
	left:-80px;
	border:none;
	margin:0;
	vertical-align:top;
	text-align:left;
	padding-left:12px;
	padding-top:2px;
	font-size:10px;
	color:#939598;
	background-image: none;
	background-color:transparent;
	
}

#zipSubmit {
	position:absolute;
	width:73px;
	height:24px;
	top:3px;
	left:-2px;
	margin:0;
	padding:0px;
	border:none;
	background-image: none;
	background-color:transparent;
	color:#FFF;
	font-size:9px;
	vertical-align:central;
	text-align:center
}

*:focus {
    outline: 0;
}

#shimmerMask {
	position:absolute;
	width:72px;
	height:24px;
	top:300px;
	left:10px;
	border-radius:5px;
	overflow:hidden;
}

#shimmer{
	top:0px; 
	left:-99px;
	width:99px;
	height:28px;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,0.04) 98%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 50%,rgba(255,255,255,0.04) 98%,rgba(255,255,255,0) 100%); /* W3C */
}

#shimmer.on{
	left:99px;
	-webkit-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
}

#activeArea{
	position:absolute;
	width:75px;
	height:20px;
	top:5px;
	left:-3px;
	background:rgba(0,0,0,0.00);
}

#activeArea:hover{
	cursor:pointer;
}



#ad-backup
{
	position:absolute;
	display:none;
	left:0px;
	top:0px;
	z-index:11000;
}
#noscriptBanner{
	
	top:0px;
	
}