﻿#wizHeader li .prevStep {
    background-color: #669966;
}
#wizHeader li .prevStep:after {
    border-left-color: #669966 !important;
}
#wizHeader li .prevStep:hover {
    background-color: #669966;
}
#wizHeader li .prevStep:hover:after {
    border-left-color: #669966 !important;
}

#wizHeader li .currentStep {
    background-color: #3C7FB1;
}
#wizHeader li .currentStep:after {
    border-left-color: #3C7FB1 !important;
}
#wizHeader li .currentStep:hover {
    background-color: #3C7FB1;
}
#wizHeader li .currentStep:hover:after {
    border-left-color: #3C7FB1 !important;
}

#wizHeader li .nextStep {
    background-color: #C2C2C2;
}
#wizHeader li .nextStep:after {
    border-left-color: #C2C2C2 !important;
}

#wizHeader {
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
}

#wizHeader li {
    float: left;
}
#wizHeader li a {
    color: white;
    text-decoration: none;
    padding: 10px 20px 10px 55px;
    background: darkblue; 
    background: #3C7FB1;
    position: relative;
    display: block;
    float: left;
}
#wizHeader li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid darkblue;
    border-left: 30px solid #3C7FB1;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
#wizHeader li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
#wizHeader li:first-child a {
    padding-left: 40px;
}
#wizHeader li:last-child {
    padding-right: 50px;
}
#wizHeader li a:hover {
    background: #999;
}
#wizHeader li a:hover:after {
    border-left-color: #999 !important;
}

.content {
    padding-top: 75px;
    text-align: center;
    font-size: 48px;
}

input[type="text"] {
    width: 300px;
    max-width: none;
}

input[type="password"] {
    width: 200px;
    max-width: none;
}

.inlineErrorMsg {
    font-size: smaller;
    color: red;
}

.graypanels h3 {
    margin-bottom: 0;
    margin-top: 10px;
    background-color: transparent;
}
.submit_finish {
    width: 82px;
    min-width: auto;
}