html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
body {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#banner {
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	width: 298px;
	height: 248px;
	background-color: #fff;
	border: 1px solid #ccc;
	top: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
	opacity: 0;
}
#banner .text {
	position: absolute;
	width: 298px;
	text-align: center;
	opacity: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#text1 {
	top: 9px;
	left: 300px;
	height: 32px;
	font-size: 20px;
	font-weight: 400;
    letter-spacing: -0.2px;
	color: #666;
}
#text2 {
	top: 37px;
	left: -300px;
	height: 32px;
	font-size: 20px;
	font-weight: 400;
    letter-spacing: -0.2px;
	color: #666;
}
#text3 {
	top: 79px;
	height: 24px;
	font-size: 20px;
	font-weight: 400;
	color: #6f757e;
}
#slider {
	position: absolute;
	width: 238px;
	height: 12px;
	top: 115px;
	left: 31px;
	border: 1px solid #26ace2;
    background-color: #fff;
	border-radius: 9px;
	opacity: 0;
}
#sliderfill {
	position: relative;
	width: 0;
	height: 12px;
    left: -1px;
    top: -1px;
	background-color: #b2e7fa;
	border: 1px solid #b2e7fa;
	border-radius: 9px;
}
#pivot {
	position: absolute;
	width: 37px;
	height: 38px;
	background-image: url('pivot.png');
	top: 103px;
	left: 20px;
	z-index: 100;
	opacity: 0;
}
#cash {
	top: 135px;
	left: 0;
	height: 55px;
	font-size: 45px;
	font-weight: 300;
	color: #31353b;
	line-height: 55px;
	letter-spacing: -0.5px;
}
#cash .small {
	font-size: 34px;
	vertical-align: top;
}
#cta {
	position: absolute;
	overflow: hidden;
	width: 173px;
	height: 39px;
	bottom: -17px;
	right: 7px;
	background-image: url('cta.png');
	opacity: 0;
}
#shine {
	position: absolute;
	width: 200px;
	height: 59px;
	left: -220px;
	background-image: url('shine.png');
	background-size: cover;
}
#logo {
	position: absolute;
	width: 107px;
	height: 27px;
	left: 6px;
	bottom: 20px;
	background-image: url('logo.png');
}
#terms {
	position: absolute;
    width: 298px;
    text-align: center;
    bottom: 1px;
    font-family: Arial, sans-serif;
    font-size: 9px;
    color: #333;
    opacity: 0.5;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}
