.form-group {
    padding-top: 10px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    width: 49.8%;
    float: left;
}

.form-group label {
    font-size: 0.9em;
}

.form-control {
    display: block;
    width: 97%;
    border: 1px solid #cccccc;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    border: 1px solid #ccc;
}

.form-actions {
    padding-top: 20px;
    text-align: right;
}

.row:after,
.form-actions:before {
    content: '';
    display: block;
    clear: both;
    float: none;
    height: 1px;
}

.basketTotalTitle {
    font-size: 1em;
    font-weight: bold;
    color: #b4009e;
}

.basketTotal {
    font-size: 2em;
    font-weight: bold;
}

#ContactForm .form-group {
    display: block;
    width: 100%;
    float: none;
}

#ContactForm .h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin-top: 10px;
}

#ContactForm .h3 small {
    font-size: 12px;
    line-height: 12px;
    margin-top: 20px;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
}