/* 
   Styles for the 'new account' wizard, and potentially other ones as well.
*/
ol, ul {
    line-height: 17px;
    list-style: none outside none;
    margin: 0 0 1em;
}  
li {
    margin: 0 0 0.5em;
}
.signup-steps ol {
    border-bottom: 1px solid #EBEBEB;
    height: 13px;
    margin: 0 0 45px;
    position: relative;
}
.signup-steps ol li.step-1 {
    left: 0;
}
.signup-steps ol li.step-2 {
    left: 33%;
    margin-left: -14px;
}
.signup-steps ol li.step-3 {
    left: 66%;
    margin-left: -14px;
}
.signup-steps ol li.step-4 {
    right: 0;
}
.signup-steps ol li {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 1em 1em 1em 1em;
    color: #666666;
    display: inline-block;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    width: 25px;
}
.signup-steps ol li.selected {
    background: none repeat scroll 0 0 #7AC143;
    border: 0 none;
    color: #FFFFFF;
}