.user-registration div.required label:after {
    content: " *";
    color: #f00;
}

.cart { font-size:1.1em; }
.cart input, .cart select { width: 50%!important; min-width:250px; }
input.submit_button { width: 25%!important; }
.error {
    display: block;
    color: red;
    clear: left;
    text-align: left;
    margin-bottom:2em;
}
span.required { color: #BB2025; margin-left:2px;
    font-weight: bold; }
.cart input.input-text { padding:10px 12px; }
.cart button { min-width:100px; }

.user-registration .page-title h1 {
    margin: 10px 0 0;
    font: normal 26px/42px 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
}

.submit-user-registration,
.g-recaptcha {
    float: right;
    clear: both;
}