.swMain { margin-top:10px; }
.wizard-steps { display: table; padding: 0 0 1.25em; margin: 0 0 2.75em; width: 100%; border-bottom: 1px dotted #BBB; }
.wizard-steps li { display: table-cell; list-style: none; width:25%; }
.wizard-steps .wizard-step-bar { position: absolute; top: 20px; z-index: 1; width: 100%; height: 6px; background: #CCC; }
.wizard-steps a { position: relative; z-index: 10; display: block; color: #777; font-size: 13px; font-weight: 600; text-align: center; text-decoration: none; cursor: default; }
.wizard-steps a:hover { text-decoration: none; }
.wizard-steps .wizard-step-number {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin-bottom: .85em;
    width: 44px;
    height: 44px;
    color: #444;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 44px;
    background: #D9D9D9;
    border: 1px solid #CBCBCB;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}

.wizard-steps .wizard-step-number {
    -moz-border-radius: 0\9;
    -webkit-border-radius: 0\9;
    border-radius: 0\9;
}

.wizard-steps a.done .wizard-step-number,
.wizard-steps a.done .wizard-step-bar {
    color: #FFF;
    background-color: #263849; 
    background-image: -moz-linear-gradient(top, #3C4C5B, #263849); 
    background-image: -ms-linear-gradient(top, #3C4C5B, #263849); 
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3C4C5B), to(#263849));
    background-image: -webkit-linear-gradient(top, #3C4C5B, #263849); 
    background-image: -o-linear-gradient(top, #3C4C5B, #263849); 
    background-image: linear-gradient(top, #3C4C5B, #263849); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3C4C5B', endColorstr='#263849', GradientType=0);
    border-color: #292C32;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
						
.wizard-steps a.selected .wizard-step-number,
.wizard-steps a.selected .wizard-step-bar {
    color: #FFF;
    background: #FBB450;
    background: -moz-linear-gradient(top,  #FBB450 0%, #F89406 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBB450), color-stop(100%,#F89406));
    background: -webkit-linear-gradient(top,  #FBB450 0%,#F89406 100%);
    background: -o-linear-gradient(top,  #FBB450 0%,#F89406 100%);
    background: -ms-linear-gradient(top,  #FBB450 0%,#F89406 100%);
    background: linear-gradient(top,  #FBB450 0%,#F89406 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBB450', endColorstr='#F89406',GradientType=0 );
    border-color: #E68E0B; 
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}


.wizardControl { text-align:right; border-top: 1px dotted #bbb; padding:20px 10% 10px 0; margin-top:20px; }
.wizardControl input, .wizardControl a { font-size:16px; }

