#eye {
      position: relative;
      top: 0px;
      left: -80px;
      width: 80%;
      display: block;
      text-align: center;
      margin-bottom:50px;
          border-style:solid;
          border-width:1px;
          border-color:transparent;
}
#span_step {
      font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
      font-size: 8em;
      font-weight: bold;
      color: darkorange;
      background-color: transparent;
      text-align: center;
      margin: 0px;
      z-index: 2;
      position: absolute;
      left: 10px;
      top: -40px;
      display: block;
}
#p_step {
      font-family: Tahoma, Verdana, serif;
      font-size: 24px;
      font-weight: normal;
      line-height: 28px;
      text-align: center;
      color: white;
      background-color: transparent;
      z-index: 3;
      position: absolute;
      left: -97px;
      top: -15px;
      width: 250px;
      display: block;
}

#p_step.ie {
        top: -16px;
        left: -96px;
}

#p_step.opera {
        top: -20px;
        left: -96px;
}

#text_step {
      font-family: Tahoma, Verdana, serif;
      font-size: 18px;
      font-weight: bold;
      line-height: 28px;
      text-align: left;
      color: navy;
      background-color: transparent;
      z-index: 3;
      position: absolute;
      left: 60px;
      top: -6px;
      width: 250px;
      display: block;

}

