body {
    font-family: Verdana, sans-serif;
    font-size: 12px;
}

.step {
    margin-top: 30px;
}

.step .header {
    background-color: #555555;
    color: white;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 4px;
}

#updateform {
}

#updateform select {
    font-size: 13px;
    vertical-align: middle;
}

#updateform .updateprice {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: inline;
}

#ordernunber {
}

.row {
    margin-top: 10px;
}

#updateform .couponcode {
    font-size: 12px;
    font-weight: bold;
    width: 250px;
    text-align: center;
    display: inline;
}

#updateform .updatePrice .loader {
    visibility: hidden;
}

#updateform #step2 .couponcode, .message .couponcode {
    background: #f9e5a9;
    color: #000;
    font-weight: bold;
    height: 30px;
    padding:0 0.2em;
}

#step2, #step3 {
    visibility: hidden;
}
