#top-wizard {
    text-align: center;
    padding: 15px 120px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    text-transform: uppercase;
    font-size: 11px
}

.shadow {
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: -6px;
    background: url(../img/shadow_top_form.png) center top no-repeat
}

.ui-widget-content {
    background: #fff;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    background: #13A0B2
}

.ui-widget-header a {
    color: #222
}

.ui-progressbar {
    height: 2em;
    text-align: left
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}


#review_container {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 9;
    position: relative
}

.ie8 #review_container {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: -300px;
    margin-bottom: 60px;
    z-index: 9;
    position: relative
}

#middle-wizard {
    padding: 30px;
    text-align: left
}

#bottom-wizard {
    text-align: center;
    padding: 15px 120px;
    border-top: 1px solid #e7e7e7
}

#complete {
    /*text-align: center;*/
    padding: 0 45px 35px
}



.forward:before {
    content: "\e89b";
    font-family: fontello;
    text-decoration: inherit;
    font-weight: 400;
    text-transform: none;
	float: right;
    padding-left: 10px;
}

.backward:before {
    content: "\e89a";
    font-family: fontello;
    text-decoration: inherit;
    font-weight: 400;
    text-transform: none;
	float:left;
	padding-right:10px;
}

button[disabled].backward,
button[disabled].forward,
button[disabled].submitbtn {
    border: none;
    background: #ccc;
    outline: 0
}


ul.data-list li {
    position: relative;
	list-style:none;
}


#middle-wizard input.form-control, select.form-control, textarea.form-control {
	background: #fbfbfb;
    border: 1px solid #ededed;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    color: #999;
    height: 44px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 13px;
    line-height: 1.428571429;
    padding: 6px 12px;
    -webkit-font-smoothing: antialiased!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.backward,
.forward,
.submitbtn {
    border: none;
    color: #fff;
    width: 120px;
    text-align: center;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    outline: 0;
    background: #0072bc;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-font-smoothing: antialiased!important
}