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;
    font-weight: 300;
    color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#banner {
	position: absolute;
	overflow: hidden;
	width: 968px;
	height: 248px;
	background-color: white;
	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;
}
#header1 {
	position: absolute;
	height: 60px;
    text-align: center;
	opacity: 0;
    width: 969px;
    left: 613px;
    font-size: 47px;
    top: 9px;
}
span {
    font-weight: 700;
}
#title1 {
    position: absolute;
    left: 264px;
    top: 79px;
    font-size: 31px;
    letter-spacing: -0.5px;
	opacity: 0;
}
#labelcash {
    position: absolute;
    width: 280px;
    left: 552px;
    top: 78px;
    font-size: 33px;
    font-weight: 700;
    text-align: left;
	opacity: 0;
    z-index: 2;
}
.slider {
	position: absolute;
	width: 540px;
	height: 14px;
	z-index: 3;
    opacity: 0;
}
.slider .slider-area {
	position: absolute;
    border-radius: 12px;
	border: 1px solid #00a9e8;
    background-color: white;
	width: 529px;
	height: inherit;
	left: 22px;
	bottom: 0;
	z-index: 2;
}
.slider .slider-area .slider-inner {
	display: block;
	width: 0;
	height: inherit;
    border-radius: 12px;
    margin-left: -1px;
    margin-top: -1px;
	border: 1px solid #b0e7fb;
	background-color: #b0e7fb;
}
#slider1 {
	left: 191px;
    top: 132px;
}
.slider-pivot {
	position: absolute;
    margin-left: 198px;
	width: 44px;
	height: 44px;
	left: 3px;
	background-image: url('slidertip.png');
	z-index: 403;
    opacity: 0;
}
#pivot1 {
	top: 116px;
	cursor: pointer;
}
#cta {
	position: absolute;
    overflow: hidden;
	width: 510px;
	height: 60px;
    left: 355px;
	bottom: -60px;
	background-image: url('cta.png');
	opacity: 0;
    z-index: 2;
}
#logo {
	position: absolute;
	width: 209px;
	height: 70px;
	left: 110px;
	bottom: 4px;
	background-image: url('logo.png');
    z-index: 2;
}
#shine {
    position: absolute;
    width: 200px;
    height: 63px;
    left: -210px;
    background-image: url('shine.png');
    background-size: cover;
    z-index: 100;
}
#topbg {
	position: absolute;
	width: 356px;
	height: 53px;
	left: 613px;
	background-color: #85d145;
}

/* Invisible button for background clickthrough. */
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 400;
}
