.control-group {
    margin: 8px 0;
}
.control-group label {
    float: left;
    width: 200px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 4px;
}
.control-group .controls {
    float: left;
    width: 700px;
}
.control-group .controls label {
    float: none;
    width: auto;
    font-weight: normal;
}

.control-group .controls input[type=text],
.control-group .controls input[type=password],
.control-group .controls input[type=email],
.control-group .controls button,
.control-group .controls textarea,
.control-group .controls select {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
}

.control-group .controls input[type=text],
.control-group .controls input[type=password],
.control-group .controls input[type=email],
.control-group .controls textarea {
    width: 80%;
}

.control-group .controls .small {
    width: 30% !important;
}

.control-group .controls textarea {
    /*width: 300px;*/
    height: 150px;
}

.control-group .controls input[type=text],
.control-group .controls input[type=password],
.control-group .controls input[type=email] {
    padding: 5px 8px;
}

.control-group .controls button {
    margin-left: 170px;
}

.fl {
    float: left;
    display: inline;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.control-group:before,
.control-group:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.control-group:after {
    clear: both;
}

.info-message {
    border: 2px solid #ffc200;
    padding: 9px 15px;
    background: #f7f5f3;
}

.error-messages {
    color: #FF0000;
    border: 2px solid #f00;
    padding: 9px 15px;
    background: #f7f3f7;
}

.error-messages p {
    font-weight: bold;
    margin: 5px 0;
}

p.message {
    padding: 9px 15px;
    background: #f7f3f7;
}

.payment-errors {
    background: #f7f3f7;
    color: #FF0000;
}

.col-left {
    float: left;
    width: 40%;
    padding-top: 15px;
}

.col-left img {
    max-width: 100%;
}

.col-right {
    float: right;
    width: 57%;
}

table.totals td {
    text-align: right;
    padding: 3px 15px;
}

table.totals tr td:first-child {
    width: 90%;
}

.message {
    margin: 15px 0;
}

.message p {
    padding: 8px 15px;
    font-weight: bold;
}

.message-error p {
    color: #c00;
    background: #fcc;
    border: 2px solid #c00;
}

.hp-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}