{ padding:0, margin:0, list-style-type:none;}

#banner{
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
}

.retina{
  position: absolute;
  width: 300px;
  height: 250px;
}

#border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
  z-index: 9998;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.button{
  position: absolute;
  width: 148px;
  height: 35px;
  top:134px;
  left:18px;
}
#buttonActive,#buttonInactive{
  position: absolute;
  width: 148px;
  height: 35px;
  top:0px;
  left:0px;
}

#buttonActive{
  display: none;
}

#orangeFill{
  position: absolute;
  width: 100%;
  height: 81px;
  bottom: 0px;
  background-color: #ec6600;
}

#overlay{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

.sprite{
  position: absolute;
  height: 250px;
  width: 4800px;
  left:0px;
  top:0px;
  
}

.logo{
  position: absolute;
  width: 263px;
  height: 167px;
}

.textBlock1{
  position: absolute;
  top:192px;
  left:13px;
}

.textBlock2{
  position: absolute;
  top:182px;
  left:13px;
}

.textBlock3{
  position: absolute;
  top:20px;
  left:20px;
}

.textLine{
  position: relative;
  margin-bottom: -2px;
}

.textBlock3 .textLine{
  margin-bottom: 2px;
}



#disclaimer{
  margin-top:6px;
}



