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;
}
#banner {
	position: absolute;
	overflow: hidden;
	width: 298px;
	height: 48px;
	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;
}
.header {
	position: absolute;
	width: 85px;
	height: 50px;
    left: 250px;
    top: 1px;
    text-align: center;
    letter-spacing: -0.1px;
    font-weight: 300;
    color: #6f757e;
	opacity: 0;
}
#header1 {
    font-size: 12px;
}
#header2 {
    top: 12px;
    left: -250px;
    font-size: 25px;
}
span {
    font-weight: 400;
    color: #000;
}
#header3 {
    top: 37px;
    font-size: 10px;
}
#arm {
    position: absolute;
    left: 310px;
    top: 1px;
    text-align: center;
    width: 20px;
    font-size: 9px;
    font-weight: 400;
}
#title1 {
    position: absolute;
    left: 102px;
    top: 2px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.1px;
    color: #6f757e;
	opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#labelcash {
    position: absolute;
    width: 200px;
    left: 180px;
    top: 2px;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    letter-spacing: -0.1px;
    color: #000;
	opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slider {
	position: absolute;
	width: 125px;
	height: 11px;
	z-index: 3;
    opacity: 0;
}
.slider .slider-area {
	position: absolute;
    border-radius: 5px;
	border: 1px solid #6ecee7;
	background-color: #fff;
	width: 122px;
	height: 9px;
	left: 14px;
	bottom: 18px;
	z-index: 2;
}
.slider .slider-area .slider-inner {
	display: block;
	width: 0;
	height: 9px;
    border-radius: 5px;
	border: 1px solid #bbe7fa;
	background-color: #bbe7fa;
    margin-top: -1px;
    margin-left: -2px;
    opacity: 1;
}
#slider1 {
	top: 39px;
    left: 92px;
}
.slider-pivot {
	position: absolute;
    overflow: hidden;
    margin-left: 87px;
	width: 35px;
	height: 35px;
	left: 2px;
	background-image: url('slidertip.png');
	z-index: 403;
    opacity: 0;
}
#pivot1 {
	top: 8px;
	cursor: pointer;
}
#cta {
	position: absolute;
    overflow: hidden;
	width: 46px;
	height: 27px;
    top: 3px;
	right: -70px;
	background-image: url('cta.png');
	opacity: 0;
    z-index: 2;
}
#shine {
    position: absolute;
    width: 200px;
    height: 56px;
    left: -210px;
    background-image: url('shine.png');
    z-index: 100;
}
#logo {
	position: absolute;
	width: 52px;
	height: 15px;
	right: 1px;
	bottom: 1px;
	background-image: url('logo.png');
}
#terms {
    position: absolute;
    font-family: Arial, sans-serif;
    font-size: 7px;
    color: #333;
    opacity: 0.5;
    bottom: 1px;
    right: 71px;
}

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