
@import "bootstrap_min.css";
@import "bootstrap-responsive_min.css";
@import "common.css";
.form-horizontal .help-block {
    margin-bottom: 5px;
}
.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block {
    margin-top: 5px;
}
.required span.required, .required abbr.required {
    color: #b94a48;
    font-weight: bold;
}
ol.progress {
    height: 36px;
    margin-left: 0;
}
.progress li {
    display: block;
}
.progress .bar {
    font-size: 20px;
    padding-top: 8px;
}
.progress .current {
    font-weight: bold;
}
.progress li.progress-striped, .progress-striped .bar {
    background-color: #126484;
    background-image: linear-gradient(to bottom, #149bdf, #126484);
    background-repeat: repeat-x;
}
.prodinfo {
    margin: 20px auto;
    text-align: center;
}
fieldset h4 {
    border-bottom: 1px dotted #ccc;
    font-weight: normal;
    margin-bottom: 0.8em;
    padding-bottom: 0.3em;
}
