﻿
  .main {
  width: 950px;
  }
  .signup-steps.step-1 h1 {
  text-align:left;
  }
  .signup-steps.step-2 h1 {
  text-align: center;
  }
  .signup-steps.step-3 h1 {
  text-align: right;
  }
  .signup-steps ol {
  position: relative;
  margin: 0 0 45px;
  height: 13px;
  border-bottom: 1px solid #ebebeb;
  }
  .signup-steps ol li {
  position: absolute;
  display: inline-block;
  height: 25px;
  width: 25px;
  border: 1px solid #ebebeb;
  background: #fff;
  color: #666;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  }
  .signup-steps ol li.step-1 {
  
  left: 0;
  }
  .signup-steps ol li.step-2 {
  margin-left: -14px;
  left: 50%;
  }
  .signup-steps ol li.step-3 {
  right: 0;
  }
  .signup-steps ol li.selected {
  color: #fff;
  background: #003d71;/*#dd4b39;*/
  border: 0;
  }
