#superbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: #000; }

#superbox-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  display: table;
  width: 100%;
  height: 100%; }

#superbox-container {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle; }
  #superbox-container .loading {
    margin: 0;
    text-align: center;
    text-align: center;
    font-size: 40px;
    color: #fff; }
  #superbox-container .content {
    overflow: visible;
    zoom: 1; }

#superbox {
  color: #ddd;
  margin: 0 auto;
  padding: 0;
  padding: 10px;
  background: #555;
  zoom: 1;
  position: relative; }
  #superbox.image {
    text-align: center; }
  #superbox .close, #superbox .nextprev {
    margin: 0; }
  #superbox .close {
    position: absolute;
    top: -11px;
    right: -11px; }
    #superbox .close a {
      background: url(../images/corporate/closebox.png) no-repeat 0 0;
      height: 30px;
      width: 30px;
      text-indent: -9999em;
      display: block;
      z-index: 10000; }
    .ie6 #superbox .close, .ie7 #superbox .close {
      font-size: 11px;
      top: -3px;
      right: 4px; }
      .ie6 #superbox .close a, .ie7 #superbox .close a {
        background-image: none;
        text-indent: 0;
        color: white; }

*:first-child+html #superbox-container {
  position: absolute;
  top: 50%;
  display: block;
  height: auto; }
*:first-child+html #superbox {
  position: relative;
  top: -50%;
  display: block; }
* html #superbox-container {
  position: absolute;
  top: 50%;
  display: block;
  height: auto; }
* html #superbox {
  position: relative;
  top: -50%;
  display: block; }
* html #superbox-overlay {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px'); }
* html #superbox-wrapper {
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }

#superbox-innerbox {
  color: #474747;
  background: #fff;
  padding: 10px 17px; }
  #superbox-innerbox #sales_number {
    font-size: 14px;
    margin-bottom: 18px; }
  #superbox-innerbox label, #superbox-innerbox span {
    clear: both;
    display: block; }
  #superbox-innerbox span {
    margin-bottom: 9px; }
    #superbox-innerbox span input[type="text"], #superbox-innerbox span input[type="password"] {
      background: #e9eff2;
      border: 1px solid;
      border-color: #bbb #d9d9d9 #e5e5e5;
      margin: 0;
      color: #5c5c5c;
      font-size: 14px;
      width: 300px;
      padding: 6px 10px 3px; }
  #superbox-innerbox .btn_submit {
    background: url(../images/corporate/tigris/btn_submit.png) no-repeat 0 0;
    border: 0;
    margin: 12px 0 0 220px;
    height: 32px;
    width: 104px;
    text-indent: -9999em;
    display: block; }
    .ie6 #superbox-innerbox .btn_submit {
      margin-left: 0; }
    #superbox-innerbox .btn_submit:hover, #superbox-innerbox .btn_submit:focus {
      background-position: 0 100%;
      outline: 0; }
  #superbox-innerbox #sign_up h3 {
    font-weight: 200;
    font-size: 14px; }
  #superbox-innerbox #sign_up .input_wrapper {
    margin: 0 0;
    float: left; }
    #superbox-innerbox #sign_up .input_wrapper input {
      color: #7d7d7d;
      float: left;
      padding: 8px 10px 5px;
      width: 245px; }
      .webkit #superbox-innerbox #sign_up .input_wrapper input {
        padding: 8px 10px 0; }
  #superbox-innerbox #sign_up .btn_sign_up {
    border: 0;
    float: right;
    background: url(../images/corporate/tigris/btn_signup.png) no-repeat;
    height: 32px;
    width: 104px;
    text-indent: -9999em; }
    #superbox-innerbox #sign_up .btn_sign_up:hover, #superbox-innerbox #sign_up .btn_sign_up:focus {
      background-position: 0 100%;
      outline: 0; }
