.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: left;
}
.wizard > .steps > ul > li {
    width: auto;
    min-width:24%;
}
.wizard ul > li, .tabcontrol ul > li {
    display: block;
    padding: 0;
}
ol > li, ul > li {
    line-height: 1.5em;
}
li {
    line-height: 20px;
}
.wizard > .steps .number {
    font-size: 1.329em;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #FFEC0C;
    color: #000000;
    font-weight:bold;
    cursor: default;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    font-weight:bold;
    text-decoration: none;
}
.wizard a, .tabcontrol a {
    outline: 0;
}
a:hover, a:focus {
    color: #000000;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a {
    color: #000000;
}
a {
    color: #000000;
    text-decoration: none !important;
}
.wizard > .content > .body {
    float: left;
    position: relative;
    width: 95%;
    height: 100%;
    padding-left:2.5%;
    padding-right:2.5%;
    padding-top:0;
    min-height: 100%;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    height:100%;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.wizard > .content > .body label {
    display: inline-block;
    margin-bottom: .5em;
}
label {
    display: block;
    margin-bottom: 5px;
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
.wizard > .content > .title, .tabcontrol > .content > .title {
    position: absolute;
    left: -999em;
}
.wizard, .tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}
wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
}
.wizard > .content {
    background: #eee;
    display: block;
    margin: .5em;

    min-height: 39em;
    overflow: visible;
    position: relative;
    width: auto;

}
.clearfix {
    *zoom: 1;
}
.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
}
.wizard ul, .tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.wizard > .actions > ul > li {
    margin: 0 .5em;
}
.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: left;
}
.wizard ul > li, .tabcontrol ul > li {
    display: block;
    padding: 0;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #313131;
    color: #FFEC0C;
    display: block;
    padding: .5em 1em;
    text-decoration: none;

}
.wizard a, .tabcontrol a {
    outline: 0;
}
a {
    color: #2184be;
}
a {
    color: #000000;
    text-decoration: none;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #eee;
    color: #aaa;
    cursor: default;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    text-decoration: none;

}
.wizard a, .tabcontrol a {
    outline: 0;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    background: #fb8486;
    color: #fff;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    border-radius:4px;
    text-decoration: none;

}
.wizard > .content > .body label {
    display: inline-block;
    margin-bottom: .5em;
}
.wizard > .content > .body input {
    display: block;
    border: 1px solid #ccc;
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #737373;
    color: #fff;
}
.wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}
