@charset "UTF-8";

/* Default style, feel free to remove if not needed. */
body {
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
}


/* Div layer for the footer. */
.main_container {
  display: block;
  width: 300px;
  height: 250px;
  visibility: hidden;
}

.inpage_wrapper {
  width: 298px;
  height: 248px;
  border: 1px solid #000;
  overflow: hidden;
  position: absolute;
  display: block;
  background-color: #fff;
}

.bgclick {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  cursor: pointer;
}

.inpage_wrapper span {
  position: absolute;
}

.z0 {z-index: 0}
.z1 {z-index: 1}
.z2 {z-index: 2}
.z3 {z-index: 3}
.z4 {z-index: 4}

.sprite {display:block; overflow:hidden; background-repeat: no-repeat;background-image:url(sprite.png);}

.copy0 {width:214px; height:30px; background-position: -4px -35px; left: 23px; top: 107px;}
.copy1 {width:244px; height:32px; background-position: -4px -69px;}
.cta_more {width:85px; height:12px; background-position: -126px -14px;}
.sipc {width:55px; height:6px; background-position: -126px -4px;}
.logo {width:118px; height:27px; background-position: -4px -4px;}

.box {
  position: absolute;
  display: block;
}

.box > span {
  position: relative;
}

.yellow_border {
  width: 292px;
  height: 242px;
  border: 3px solid #ffcb15;
  display: block;
  position: absolute;
}

.sipc_box {
  padding: 8px 11px;
  bottom: 0;
  left: 0;
}

.logo_box {
  background-color: #FFCb15;
  bottom: 0;
  right: 0;
  width: 145px;
  height: 55px;
}

.logo_box > span {
  left: 13px;
  top: 13px;
}

.cta_box {
  background-color: #FF3E00;
  padding: 8px 14px;
  left: 11px;
  top: 71px;
}

.sipc_box:hover,
.logo_box:hover,
.cta_box:hover {
  cursor: pointer;
}

.copy_box {
  background-color: rgba(255, 255, 255, 0.8);
  left: 11px;
  top: 11px;
  width: 276px;
  height: 60px;
}

.copy_box > span {
  position: absolute;
  left: 11px;
  top: 13px;
}

.bg {position: absolute; overflow:hidden; background-repeat: no-repeat;}

.img0 {
  height: 250px;
  width: 300px;
  background-color: #fff;
}

.img1 {
  background-image: url(img1.jpg);
  background-position: -1px -1px;
  height: 250px;
  width: 350px;
}

.blurry {
  background-image: url(img0.jpg);
  height: 42px;
  width: 226px;
  left: 17px;
  top: 101px;
}