/* inserted from luckyday example */
#reg-flow {
  margin: 0 0 0 -15px;
  width: 559px;
  position: relative;
  font: 12px/1.26 'Arial', sans-serif;
  color: black;
  z-index: 0;
}

/* headers */
#reg-flow h2 {
  margin: 0 0 10px 0;
  padding: 7px 0 10px 5px;
  /*font-family: 'HelveticaNeueBlackCondRegular';*/
  font-size: 24px;
  font-weight: normal;
  color: #333;
}
  #reg-flow h2.more-padding-top {
    padding: 15px 0 10px 5px;
  }

/* reset anchors and images */
#reg-flow a { color: #4499cd; text-decoration: none; outline: none; }
#reg-flow img { margin: 0; border: 0; }

/* reset lists */
#reg-flow ul.reset, ul.reset li { margin: 0; padding: 0; }
#reg-flow ul.reset li { list-style: none; }

/* paragraph */
#reg-flow p {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 13px;
  color: #666;
  line-height: 130%;
}
  #reg-flow p.strong-emphasis {
    padding: 8px 0 28px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

/* choise */
#reg-flow .choise {
  position: relative;
  width: 100%;
  padding: 0 0 2px 0;
  z-index: 0;
}
  #reg-flow .choise a.choise-toggle {
    position: relative;
    display: block;
    padding: 17px 10px 20px 49px;
    background-color: #f6f6f6;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    z-index: 0;
  }
    #reg-flow .choise a.choise-toggle span {
      display: block;
      cursor: pointer;
    }
      #reg-flow .choise a.choise-toggle span.title-main {
        font-weight: bold;
        font-size: 16px;
      }
      #reg-flow .choise a.choise-toggle span.title-sub {
        font-size: 14px;
      }
      #reg-flow .choise a.choise-toggle span.choise-radio {
        position: absolute;
        top: 15px;
        left: 16px;
        width: 22px;
        height: 22px;
        /*background: url('Lotto/images/reg-flow/content/choise-radio.png') no-repeat 0 0;*/
        background-repeat: no-repeat;
        background-position: 0 0;
      }
  /* selected */
  #reg-flow .choise a.choise-toggle.selected {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
    #reg-flow .choise a.choise-toggle.selected span.choise-radio {
      background-position: 0 -44px;
    }

/* form-container */
#reg-flow .form-container {
  position: relative;
  padding: 0 0 0 10px;
  min-height: 0;
  background-color: #f6f6f6;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #f6f6f6;
  zoom: 1;
  z-index: 0;
}
  #reg-flow .form-container:before,
  #reg-flow .form-container:after {
    content:"";
    display:table;
  }
  #reg-flow .form-container:after {
    clear: both;
  }
  #reg-flow .form-container.padding-top {
    padding: 35px 0 0 10px;
  }
  #reg-flow .form-container.no-choise {
    padding: 20px 0 0 0;
  }
    #reg-flow .form-container.no-choise h2 {
      padding: 0 0 0 20px;
    }

  #reg-flow .choise .form-container {
    height: 0;
    overflow: hidden;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-image: url('Lotto/images/reg-flow/content/form-container.png');
    background-repeat: repeat-x;
  }
    #reg-flow .form-container p.form-introduction {
      position: relative;
      padding: 35px 45px 25px 45px;
    }
    #reg-flow .form-container .step-navigation {
      position: absolute;
      top: 10px;
      right: 13px;
    }
      #reg-flow .form-container .step-navigation p {
        float: left;
        margin: 0;
        padding: 0 6px 0 0;
        font-size: 14px;
        /*color: #449ace;*/
      }
      #reg-flow .form-container .step-navigation ul {
        float: left;
      }
        #reg-flow .form-container .step-navigation ul li {
          float: left;
          padding: 0 4px 0 0;
        }
        #reg-flow .form-container .step-navigation ul li a,
        #reg-flow .form-container .step-navigation ul li span {
          font-size: 14px;
          /*color: #999;*/
        }
        #reg-flow .form-container .step-navigation ul li a {
          text-decoration: underline;
        }
          #reg-flow .form-container .step-navigation ul li a:hover {
            text-decoration: underline;
            /*color: #449ace;*/
          }
        #reg-flow .form-container .step-navigation ul li.sel a,
        #reg-flow .form-container .step-navigation ul li.sel span {
          font-weight: bold;
          /*color: #449ace;*/
        }

/* warning-message */
#reg-flow .warning-message {
  position: relative;
  padding: 28px 25px 0 87px;
  min-height: 80px;
}
  #reg-flow .warning-message .warning-icon {
    position: absolute;
    top: 35px;
    left: 18px;
    width: 57px;
    height: 56px;
    background-position: left top;
  }

/* tooltip-inline */
#reg-flow a.tooltip-inline {
  color: #666;
  border-bottom: 1px dotted;
}
#reg-flow .tooltip {
  display: none;
}
  #reg-flow .tooltip-above {
    display: block;
    padding: 7px 0 6px 0;
    width: 280px;
    height: 43px; /* 56px */
    overflow: hidden;
    line-height: 17px;
    text-align: center;
    /*background: url('Lotto/images/reg-flow/content/tooltip.png') no-repeat;*/
    background-repeat: no-repeat;
    background-position: 0 0;
  }
    #reg-flow .tooltip-field-info {
    position: relative;
    width: 177px;
    overflow: hidden;
    z-index: 100;
  }
    #reg-flow .tooltip-field-info .field-info-top,
    #reg-flow .tooltip-field-info .field-info-bottom {
      float: right;
      height: 2px;
      width: 170px;
      /*background: url('Lotto/images/reg-flow/content/tooltip-field-info.png') no-repeat top left;*/
      background-repeat: no-repeat;
      background-position: 0 0;
    }
    #reg-flow .tooltip-field-info .field-info-bottom {
      background-position: 0 -4px;
    }
    #reg-flow .tooltip-field-info .field-info-middle {
      float: right;
      padding: 4px 10px 5px 10px;
      width: 150px; /* 170px */
      font-size: 12px;
      text-align: center;
      /*color: #fff;*/
      /*background-color: #449ace;*/
    }
    #reg-flow .tooltip-field-info .field-info-arrow {
      position: absolute;
      top: 6px;
      left: 0;
      width: 7px;
      height: 14px;
      /*background: url('Lotto/images/reg-flow/content/tooltip-field-info-arrow.png') no-repeat;*/
      background-repeat: no-repeat;
      background-position: top left;
    }
    #reg-flow .tooltip-alt {
      position: relative;
      clear: both;
      padding: 0 0 6px 0;
      width: 250px;
      overflow: hidden;
    }
      #reg-flow .tooltip-alt p {
        padding: 5px;
        width: 240px; /* 250px */
        font-size: 12px;
        background-color: #f6f6f6;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
      }
      #reg-flow .tooltip-alt .tooltip-arrow {
        position: absolute;
        bottom: 0;
        left: 10px;
        width: 12px;
        height: 7px;
        background-repeat: no-repeat;
        background-position: 0 0;
      }

/* final-message */
#reg-flow .final-message {
  margin: 0 0 2px 0;
  padding: 42px 40px 32px 30px;
  width: auto;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#reg-flow .textarea-container.center {
  float: none;
  margin-left: 160px;
  clear: both;
}
  #reg-flow .textarea-container textarea {
    width: 226px;
    height: 122px;
    padding: 10px 10px 10px 14px;
    background: none;
    border: none;
  }
  #reg-flow .captcha {
    width: 210px;
    padding: 20px;
    margin: 0 0 0 160px;
    background: white;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #reg-flow .captcha img {
    padding: 0 0 5px 0;
  }
  #reg-flow form .captcha .text-input.small {
    margin: 0 auto;
    float: none;
  }
