.separator {
    display: block;
}

.separator.small {
    height: 32px
}

.separator.large {
    height: 64px
}

.item {
    display: block;
}

.bottom-margin {
    margin-bottom: 20px;
}

label {
    width: 100%;
    cursor: pointer;
    padding-bottom: 10px;
}

label.sub-text, label span.extra-text {
    font-weight: bolder;
    font-style: italic;
    font-size: 80%;
    cursor: default;
}

.hidden {
    display: none;
}

button.register.next {
    float: right;
}

span.error {
    color:#ff0000;
}

form.inline-block {
    display: inline-block;
}
