#header {
   margin-bottom: 15px;
}

#footer {
   margin-top: 15px;
}

.login_panel {
    margin-bottom: 15px;
}

.order_progress {
    margin-bottom: 15px;
}

.error {
    color: #a94442;

}

input.error, textarea.error, select.error {
    border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

input.error:focus, textarea.error:focus, select.error:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.order_progress span {
   background-color: #808080;
}

.order_progress .first_active, .order_progress .active, .order_progress.last_active {
    background-color: #428bca;
}