@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700);
* {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Open Sans','Myriad Pro','Helvetica Neue',Arial,sans-serif;
  background: url(http://www.viporbit.com/campaigns/30daytrial/images/bg_body.jpg) 0 0 repeat-x white; }

/****				HEADER				****/
div.header {
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  height: 64px;
  text-align: center;
  background-color: #fff; }
  @media only screen and (min-width: 768px) {
    div.header {
      width: 748px;
      height: 103px;
      background: none; } }
  @media only screen and (min-width: 1025px) {
    div.header {
      width: 1000px;
      height: 103px;
      background: none; } }
  div.header img#logo {
    position: relative;
    width: 170px;
    height: 40px;
    top: 9px;
    left: auto; }
    @media only screen and (min-width: 768px) {
      div.header img#logo {
        position: absolute;
        width: 242px;
        height: 56px;
        top: 25px;
        left: 40px; } }
    @media only screen and (min-width: 1025px) {
      div.header img#logo {
        position: absolute;
        width: 242px;
        height: 56px;
        top: 25px;
        left: 40px; } }

div#wrapper {
  /****				NOT USED IN MAIN PAGE				****/
  display: block;
  clear: both;
  overflow: hidden;
  min-height: 700px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 998px;
  background: url(http://www.viporbit.com/campaigns/30daytrial/images/bg_page.png) 0 bottom repeat-x white;
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid #cacaca;
  margin: 0 auto; }

@media only screen and (min-width: 768px) {
  div#wrapper2 {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 738px;
    height: 880px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: url(http://www.viporbit.com/campaigns/30daytrial/images/bg_page_ipad.png) repeat-x white; } }
@media only screen and (min-width: 1025px) {
  div#wrapper2 {
    display: block;
    clear: both;
    overflow: hidden;
    min-height: 500px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: auto;
    width: 998px;
    background: url(http://www.viporbit.com/campaigns/30daytrial/images/bg_page.jpg) 0 bottom repeat-x white;
    border: 1px solid #e6e6e6;
    border-bottom: 2px solid #cacaca;
    margin: 0 auto; } }

/****				HERO IMAGE - NOT DONE YET				****/
section#landing {
  display: block;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 1025px) {
    section#landing {
      padding: 0 0 30px 30px;
      height: 390px;
      width: auto; } }
  @media only screen and (max-width: 320px) {
    section#landing {
      background: url(http://www.viporbit.com/campaigns/30daytrial/images/640landing_bg.png) 100% repeat-x;
      height: 412px; } }
  section#landing img.hero1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 411.5px; }
    @media only screen and (min-width: 321px) {
      section#landing img.hero1 {
        display: none; } }
  section#landing img.hero2 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%; }
    @media only screen and (max-width: 320px) {
      section#landing img.hero2 {
        display: none; } }
    @media only screen and (min-width: 767px) {
      section#landing img.hero2 {
        display: none; } }
  section#landing img.hero3 {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    padding: 5.2272727% 5.3445851% 5.2272727% 5.3445851%;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      section#landing img.hero3 {
        display: none; } }
    @media only screen and (min-width: 1025px) {
      section#landing img.hero3 {
        display: none; } }
  section#landing img.hero4 {
    width: 909px; }
    @media only screen and (max-width: 1024px) {
      section#landing img.hero4 {
        display: none; } }
  @media only screen and (min-width: 1025px) {
    section#landing a#downloadnow {
      position: relative;
      margin-top: -200px;
      margin-left: 82px; } }
  @media only screen and (max-width: 1024px) {
    section#landing a#downloadnow {
      display: none; } }
  section#landing img#appstore {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 39.5246479%;
    vertical-align: middle;
    display: inline-block;
    margin-top: -155%; }
    @media only screen and (max-width: 320px) {
      section#landing img#appstore {
        width: 224.5px;
        vertical-align: none;
        top: -98.5px;
        margin: 0; } }
    @media only screen and (min-width: 321px) and (max-width: 767px) {
      section#landing img#appstore {
        margin-top: -154%; } }
    @media only screen and (min-width: 768px) {
      section#landing img#appstore {
        margin: -200px 0 0 -445px;
        width: 188px; } }
    @media only screen and (min-width: 768px) {
      section#landing img#appstore {
        display: none; } }
  section#landing .applinks {
    position: relative;
    margin: -140px 60px 60px;
    float: left;
    display: block;
    z-index: 100; }
    section#landing .applinks a {
      display: block;
      clear: both;
      z-index: 100;
      float: left;
      padding-top: 10px; }
      section#landing .applinks a span {
        font-size: 12px; }
    @media only screen and (max-width: 768px) {
      section#landing .applinks {
        display: none; } }
    @media only screen and (min-width: 1025px) {
      section#landing .applinks {
        display: none; } }

section#landing
section#section1 {
  display: block;
  padding: 54px 0;
  text-align: center;
  height: 390px; }

section#section1 img {
  width: 733px;
  height: 390px;
  margin-left: 15px; }

section#section2 {
  display: block;
  min-height: 300px;
  clear: both; }
  section#section2 div.leftside {
    /****				NOT USE IN MAIN PAGE				****/
    float: left;
    width: 418px;
    height: 256px;
    margin-left: 45px; }
  section#section2 div.leftside2 {
    /****				TUFFLINKS GO HERE IN PREV VERSION				****/ }
    @media only screen and (min-width: 321px) {
      section#section2 div.leftside2 {
        float: left;
        width: 46.8309859%;
        padding: 0 0 20px 3.1690141%; } }
    @media only screen and (min-width: 768px) {
      section#section2 div.leftside2 {
        float: right; } }
    @media only screen and (min-width: 1025px) {
      section#section2 div.leftside2 {
        float: left;
        width: 418px;
        height: 220px;
        margin-left: 45px;
        padding: 0; } }
    section#section2 div.leftside2 .tufflink a {
      color: #4d048c;
      text-decoration: none;
      font-weight: bold;
      font: bold 13px 'Open Sans','Myriad Pro','Helvetica Neue', Arial, Helvetica, sans-serif; }
    section#section2 div.leftside2 .tufflink {
      float: left;
      width: 120px;
      color: #4d048c !important;
      font-size: 10px;
      margin-top: 8px; }
      @media only screen and (max-width: 1024px) {
        section#section2 div.leftside2 .tufflink {
          display: none; } }
  section#section2 h2 {
    font: 700 'Open Sans' 28px/34px;
    color: #333;
    margin-bottom: 1em; }
  @media only screen and (max-width: 320px) {
    section#section2 h2.new {
      font: 600 19.5px/35px 'Open Sans','Myriad Pro','Helvetica Neue', Arial, Helvetica, sans-serif;
      color: #333;
      margin-bottom: 1.8em;
      padding: 20px 6% 0 6%; } }
  @media only screen and (min-width: 321px) {
    section#section2 h2.new {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    section#section2 h2.new {
      font: 600 32px/34px 'Open Sans','Myriad Pro','Helvetica Neue', Arial, Helvetica, sans-serif;
      color: #333333;
      width: 90%;
      margin-bottom: 1em; } }
  @media only screen and (min-width: 1025px) {
    section#section2 h2.new {
      font: 600 29px/34px 'Open Sans','Myriad Pro','Helvetica Neue', Arial, Helvetica, sans-serif;
      color: #333333;
      width: auto;
      margin-bottom: 1em; } }
  @media only screen and (max-width: 320px) {
    section#section2 h3.new {
      font: 500 16px/22px 'Open Sans','Myriad Pro','Helvetica Neue', Arial, Helvetica, sans-serif !important;
      color: #333333;
      padding: 10px 6% 20px 6%; } }
  @media only screen and (min-width: 321px) {
    section#section2 h3.new {
      width: 100%;
      font: 600 16px/24px 'Open Sans','Myriad Pro','Helvetica Neue', Arial, Helvetica, sans-serif; } }
  @media only screen and (min-width: 768px) {
    section#section2 h3.new {
      padding: 10px 0;
      width: 280px;
      font: 500 19px/22px 'Open Sans','Myriad Pro','Helvetica Neue', Arial, Helvetica, sans-serif !important; } }
  @media only screen and (min-width: 1025px) {
    section#section2 h3.new {
      padding: 10px 0;
      width: 280px;
      font: 500 15px/22px 'Open Sans','Myriad Pro','Helvetica Neue', Arial, Helvetica, sans-serif !important; } }
  @media only screen and (max-width: 320px) {
    section#section2 h4.new {
      font: 600 14px/24px 'Open Sans','Myriad Pro','Helvetica Neue', Arial, Helvetica, sans-serif;
      color: #333333;
      margin-top: -30px;
      padding: 0 6% 20px 6%; } }
  @media only screen and (min-width: 321px) {
    section#section2 h4.new {
      width: 100%;
      font: 600 16px/24px 'Open Sans','Myriad Pro','Helvetica Neue', Arial, Helvetica, sans-serif; } }
  @media only screen and (min-width: 768px) {
    section#section2 h4.new {
      margin-top: -30px;
      padding-bottom: 20px;
      width: auto;
      font: 600 16px/24px 'Open Sans','Myriad Pro','Helvetica Neue', Arial, Helvetica, sans-serif; } }
  @media only screen and (min-width: 1025px) {
    section#section2 h4.new {
      margin-top: -30px;
      padding-bottom: 20px;
      width: auto;
      font: 600 16px/24px 'Open Sans','Myriad Pro','Helvetica Neue', Arial, Helvetica, sans-serif; } }
  section#section2 p {
    font: 'Open Sans' 18px/30px;
    line-height: 30px;
    color: #666;
    padding-right: 10px;
    margin-bottom: 1.5em; }
  section#section2 p small {
    font-size: 14px; }
  section#section2 ul.features {
    padding: 0 0 10px 45px; }
    @media only screen and (min-width: 321px) {
      section#section2 ul.features {
        padding: 24px 0 24px 25px; } }
    @media only screen and (min-width: 768px) {
      section#section2 ul.features {
        padding: 5px 0 10px 25px; } }
    @media only screen and (min-width: 1025px) {
      section#section2 ul.features {
        list-style: disc outside;
        margin-top: -10px;
        margin-left: 30px;
        padding: 0 0 10px 0; } }
  section#section2 ul.features li {
    font: 13px/20px 'Open Sans','Myriad Pro','Helvetica Neue', Arial, Helvetica, sans-serif;
    color: #333333; }
    @media only screen and (min-width: 321px) {
      section#section2 ul.features li {
        font: 13px/20px 'Open Sans','Myriad Pro','Helvetica Neue', Arial, Helvetica, sans-serif; } }
  section#section2 div.rightside {
    /****				NOT USED IN PAGE				****/
    width: 454px;
    height: 256px;
    background: #e6e6db;
    border-bottom: 2px solid #c0c0bc;
    float: right;
    clear: none;
    margin-right: 36px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }
    section#section2 div.rightside input {
      margin-bottom: 19px;
      background: url(http://www.viporbit.com/campaigns/30daytrial/images/bg_txt.jpg) 0 0 no-repeat;
      width: 401px;
      height: 41px;
      line-height: 28px;
      margin-left: 28px;
      text-indent: 17px;
      color: #666; }
  @media only screen and (min-width: 321px) and (max-width: 1024px) {
    section#section2 div.all-rightside {
      width: 43.6619718%;
      float: right;
      margin: 0 3.1690141% 20px 3.1690141%; } }
    @media only screen and (min-width: 321px) and (max-width: 1024px) and (min-width: 768px) {
      section#section2 div.all-rightside {
        float: left; } }
  section#section2 div.all-rightside .rightside1 .lower_hero {
    background-color: #ddddd2; }
    section#section2 div.all-rightside .rightside1 .lower_hero .hero1 {
      position: relative;
      display: block;
      margin: 0 auto;
      width: 100%;
      height: 421px; }
      @media only screen and (min-width: 321px) {
        section#section2 div.all-rightside .rightside1 .lower_hero .hero1 {
          display: none; } }
    section#section2 div.all-rightside .rightside1 .lower_hero .hero2 {
      display: none; }
      @media only screen and (min-width: 321px) and (max-width: 767px) {
        section#section2 div.all-rightside .rightside1 .lower_hero .hero2 {
          position: relative;
          display: inline;
          margin: 0 auto;
          width: 100%;
          height: 100%; } }
    section#section2 div.all-rightside .rightside1 .lower_hero .hero3 {
      display: none; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        section#section2 div.all-rightside .rightside1 .lower_hero .hero3 {
          position: relative;
          display: inline;
          margin: 0 auto;
          width: 100%;
          height: 100%; } }
    @media only screen and (min-width: 1025px) {
      section#section2 div.all-rightside .rightside1 .lower_hero {
        display: none; } }
  section#section2 div.all-rightside .rightside1 .lower-right {
    display: none; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      section#section2 div.all-rightside .rightside1 .lower-right {
        display: block;
        position: relative;
        background-image: url("http://www.viporbit.com/campaigns/30daytrial/images/lower_landing_4.png");
        width: 310px;
        height: 402px; }
        section#section2 div.all-rightside .rightside1 .lower-right .lower-right-text {
          padding: 35px 0 0 110px;
          z-index: 5;
          font: normal 14px/1.5 'Open Sans','Myriad Pro','Helvetica Neue', Arial, Helvetica, sans-serif;
          color: #333; }
          section#section2 div.all-rightside .rightside1 .lower-right .lower-right-text h2 {
            font-weight: 500; }
          section#section2 div.all-rightside .rightside1 .lower-right .lower-right-text .first {
            padding-top: 10px;
            float: left;
            clear: both;
            width: 200px; }
          section#section2 div.all-rightside .rightside1 .lower-right .lower-right-text .second {
            padding-top: 58px;
            display: block;
            float: left;
            clear: both;
            width: 175px; }
          section#section2 div.all-rightside .rightside1 .lower-right .lower-right-text a {
            float: left;
            clear: left;
            padding-top: 10px; }
            section#section2 div.all-rightside .rightside1 .lower-right .lower-right-text a span {
              font-size: 12px; } }
  @media only screen and (max-width: 320px) {
    section#section2 div.all-rightside .rightside1 img#learnmore {
      display: block;
      margin: 0 auto;
      position: relative;
      margin-top: -41%;
      margin-left: 79.5px;
      width: 159.5px;
      height: 47.5px;
      float: left; } }
  @media only screen and (min-width: 321px) {
    section#section2 div.all-rightside .rightside1 img#learnmore {
      display: block;
      margin: 0 auto;
      position: relative;
      margin-top: -56%;
      margin-right: 17.1370968%;
      width: 64.3145161%;
      height: 12.5%;
      float: right; } }
  @media only screen and (min-width: 768px) {
    section#section2 div.all-rightside .rightside1 img#learnmore {
      display: block;
      margin: 0 auto;
      position: relative;
      margin: -73px 0 0 33px;
      width: 134px;
      height: 40px;
      float: left;
      display: none; } }
  @media only screen and (min-width: 1025px) {
    section#section2 div.all-rightside .rightside1 img#learnmore {
      display: none; } }
  @media only screen and (min-width: 1025px) {
    section#section2 div.all-rightside .rightside1 {
      display: none; } }
  section#section2 div.all-rightside input.first {
    margin-top: 26px; }
  section#section2 div.all-rightside div.rightside2 {
    display: none; }
    @media only screen and (min-width: 1025px) {
      section#section2 div.all-rightside div.rightside2 {
        display: inline;
        position: Relative;
        width: 454px;
        height: 220px;
        background: #e6e6db;
        border-bottom: 2px solid #c0c0bc;
        float: right;
        clear: none;
        margin-right: 36px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px; } }
  section#section2 div.all-rightside p.txt_landing {
    float: left;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 30px;
    color: #333;
    font: 18px/24px 'Open Sans';
    padding-bottom: 15px; }
  section#section2 div.all-rightside img {
    float: left;
    width: 131px;
    height: 164px;
    margin-right: 30px; }
  @media only screen and (max-width: 1024px) {
    section#section2 div.all-rightside .sys {
      display: none; } }

section#section2.landing p small {
  display: block;
  padding-top: 25px;
  clear: both;
  font: 13px/17px 'Open Sans';
  color: #666; }

section#section2.landing p small b {
  font-weight: 600;
  color: #333; }

a {
  color: #4d048c;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in; }

a:hover {
  color: #240044;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }

footer {
  position: relative;
  height: 170px;
  display: block;
  clear: both;
  margin: 0 3.1690141% 0 3.1690141%; }
  @media only screen and (min-width: 321px) {
    footer {
      border-top: solid #d2d2d0 1px; } }
  @media only screen and (min-width: 768px) {
    footer {
      margin: 20px auto;
      border-top: none;
      width: 700px;
      height: 130px; } }
  @media only screen and (min-width: 1025px) {
    footer {
      border-top: none;
      position: relative;
      width: 960px;
      height: 130px;
      display: block;
      clear: both;
      margin: 0 auto;
      padding-left: 40px;
      padding-top: 20px; } }

footer p.copyright {
  font: 12px 'open sans';
  color: #999;
  float: left;
  padding: 20px 0 0 6%; }
  @media only screen and (min-width: 321px) {
    footer p.copyright {
      padding: 4.2253521% 0 0 0; } }
  @media only screen and (min-width: 768px) {
    footer p.copyright {
      padding-top: 1.3%; } }
  @media only screen and (min-width: 1025px) {
    footer p.copyright {
      font: 12px 'open sans';
      font-weight: 600;
      color: #999;
      float: left;
      padding: 0; } }

footer p a {
  color: #999;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in; }

footer p a:hover {
  color: #4d048c;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }

div.sociallinks {
  display: none; }
  @media only screen and (min-width: 768px) {
    div.sociallinks {
      display: inline;
      position: relative;
      float: right;
      height: 60px;
      clear: none;
      width: 365px;
      padding: 0; } }
  @media only screen and (min-width: 1025px) {
    div.sociallinks {
      width: 410px; } }

div.sociallinks1 {
  display: none; }
  @media only screen and (max-width: 767px) {
    div.sociallinks1 {
      display: inline-block;
      padding: 6% 20px 0 20px;
      position: relative;
      float: left;
      height: 60px;
      clear: both; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      div.sociallinks1 {
        padding: 4.2253521% 0 0 0; } }

a.social {
  clear: none;
  float: left;
  padding-left: 19px;
  padding-right: 0px;
  line-height: 29px;
  width: 40px;
  height: 40px; }
  @media only screen and (min-width: 768px) {
    a.social {
      margin-top: 3px;
      width: 170px;
      height: 30px;
      padding-top: 0;
      padding-left: 35px;
      font-size: 11px;
      color: #999;
      text-decoration: none;
      font-family: 'open sans';
      font-weight: '600';
      -webkit-transition: color 0.3s ease-in;
      -moz-transition: color 0.3s ease-in;
      -o-transition: color 0.3s ease-in;
      transition: color 0.3s ease-in; } }

a:hover {
  color: #4d048c;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }

a.social.rss {
  background: url(http://www.viporbit.com/campaigns/30daytrial/images/social_rss.png) no-repeat;
  background-size: 40px 40px; }
  @media only screen and (min-width: 768px) {
    a.social.rss {
      background: url(http://www.viporbit.com/campaigns/30daytrial/images/sprite_social.png) 0 0 no-repeat; } }

a.social.facebook {
  float: left;
  background: url(http://www.viporbit.com/campaigns/30daytrial/images/social_fb.png) no-repeat;
  background-size: 40px 40px; }
  @media only screen and (min-width: 768px) {
    a.social.facebook {
      background: url(http://www.viporbit.com/campaigns/30daytrial/images/sprite_social.png) 0 -30px no-repeat; } }

a.social.twitter {
  float: left;
  background: url(http://www.viporbit.com/campaigns/30daytrial/images/social_tw.png) no-repeat;
  background-size: 40px 40px; }
  @media only screen and (min-width: 768px) {
    a.social.twitter {
      background: url(http://www.viporbit.com/campaigns/30daytrial/images/sprite_social.png) 0 -90px no-repeat; } }

a.social.linkedin {
  clear: none;
  float: left;
  background: url(http://www.viporbit.com/campaigns/30daytrial/images/social_li.png) no-repeat;
  background-size: 40px 40px; }
  @media only screen and (min-width: 768px) {
    a.social.linkedin {
      background: url(http://www.viporbit.com/campaigns/30daytrial/images/sprite_social.png) 0 -60px no-repeat; } }

@media only screen and (min-width: 768px) {
  a.social.shorter {
    width: 125px; } }
@media only screen and (min-width: 1025px) {
  a.social.shorter {
    width: 155px; } }

small {
  position: absolute;
  width: 300px;
  font-size: 12px !important;
  left: 50%;
  margin-left: 30px;
  margin-top: 210px; }

/****				OTHER THINGS				****/
form {
  border: 0 !important;
  margin: 0 !important;
  padding: 0;
  background: none !important;
  padding-top: 20px; }

form div {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important; }

form input {
  font: 19px/26px 'open sans';
  color: #666;
  position: relative;
  width: 401px;
  height: 41px;
  text-indent: 15px;
  background: url(http://www.viporbit.com/campaigns/30daytrial/images/bg_txt.jpg) 0 0 no-repeat;
  border: 0;
  margin: 0;
  padding: 0; }

form label {
  position: absolute;
  font: 19px/28px 'open sans';
  color: #666;
  position: absolute;
  z-index: 999;
  margin-left: 47px;
  margin-top: 5px; }

form label span {
  color: #4d048c;
  margin-left: 5px; }

a#purplesubmit {
  position: relative;
  top: 10px;
  float: left;
  width: 114px;
  height: 32px;
  text-indent: -999em;
  overflow: hidden;
  margin-left: 28px;
  background: url(http://www.viporbit.com/campaigns/30daytrial/images/btn_submit.png) 0 0 no-repeat; }

a#downloadnow {
  position: relative;
  width: 206px;
  height: 50px;
  text-indent: -999em;
  overflow: hidden;
  background: url(http://www.viporbit.com/campaigns/30daytrial/images/btn_download.png) 0 0 no-repeat;
  float: left;
  clear: both; }

a#appstore {
  position: relative;
  width: 135px;
  height: 40px;
  overflow: hidden;
  text-indent: -999em;
  float: left;
  background: url(http://www.viporbit.com/campaigns/30daytrial/images/ico_appstore.png) 0 0 no-repeat;
  margin-top: 30px; }

div.rightside {
  position: relative; }

div.fsError {
  padding-left: 30px !important;
  position: relative;
  font-size: 85%; }