.page-title { font-size: 36px;}
.step-column { width: 380px; }
.form-slogan { text-align: center; font-size: 14px; color: #757575; font-style: italic; padding: 15px 0;}
.form-item { padding-bottom: 10px; }

.form-item label.error {
    display: inline-block;
    width: 200px;
    text-align: left;
    padding-right: 10px;
    position: relative;
    font-weight: 700;
    font-size: 10px;
    color:#f00;
    margin-left: 125px;
}

.form-item input.error { background: #FFEFD5; font-weight: normal; }

.form-item label span { position: absolute; right: 3px; }
.form-item input {
    width: 200px;
    height: 20px;
    line-height: 20px;
    color: #707070;
    font-size: 12px;
    font-family: Arial;
    font-style: italic;
    padding: 0 5px;
}

.order-form {background: #fff;border: 1px solid #cdd7e1;padding: 25px 0;margin: 16px 0 25px;}
.order-form-title {text-align: center;font-size: 16px;font-weight: bold;margin-bottom: 20px;}
.form-item label {
    color: #4a4a4a;
    display: inline-block;
    width: 110px;
    text-align: right;
    padding-right: 10px;
    position: relative;
}

.step-text {line-height: 20px;}
.steps-circle-column {margin-left: 20px;margin-top: 100px;width: 140px;}
.steps-circle {background: url(circle-bg.png) no-repeat;margin-bottom: 20px;}
.steps-circle_step-2 {background-position: 0 -140px;}
.steps-circle_step-3 {background-position: 0 -280px;}
.steps-circle_step-4 {background-position: 0 -420px;}
.steps-circle_step-5 {background-position: 0 -560px;}
.steps-circle_step-6 {background-position: 0 -700px;}
.steps-circle_step-7 {background-position: 0 -840px;}
.steps-circle_step-8 {background-position: 0 -980px;}
.steps-circle_step-9 {background-position: 0 -1120px;}
.steps-circle_step-10 {background-position: 0 -1260px;}
.step-arrow {
    float: left;
    width: 16px;
    height: 20px;
    background: url(step-arrows.png) no-repeat;
    margin-left: 45px;
    cursor: pointer;
}
.step-arrow-right {background-position: -16px 0;margin-left: 20px;}
.step-slide {position: relative;margin-top: 16px;line-height: 20px;height: 520px;}
.step-1-label {position: absolute;top: -16px;right: -16px;}
.step-slide h3 {margin-top: 20px;margin-bottom: 2px;}