
#registration-form {
    padding: 0px 50px;
}

#registration-form .column {
    float: left;
    width: 440px;
    margin-bottom: 15px;
}


#registration-form label, #registration-form span.label {
    display: block;
    font-weight: bold;
    margin: 3px 0px;
}

#registration-form label.inline {
    display: inline;
}

#registration-form input.text, #registration-form textarea.text {
    display: block;
    width: 420px;
    margin: 3px 0px;
}

#registration-form .red {
    color: #f00;
}

#registration-form h2 {
    clear: both;
}

#registration-form .spacer {
    clear: both;
    height: 1px;
    font-size: 1px;
}

#registration-form .buttons {
    clear: both;
    text-align: center;
}