.register #bd {
    margin-top: 30px;
}

.register .section {
    margin-top: 1em;
    padding: 5px 10px;
}

.register .section h2 {
    font-size: 116.1290%; /* 14px = 108% / 93% */
    font-weight: bold;
    color: #999;
}

.register .study-title {
}


x.register .study-title .label,
x.register .question .label {
    width: 12em;
}

x.register .study-title .input,
x.register .question .input {
    width: 30em;
}

x.register .form-fields .field.question textarea {
    height: 10em;
    margin: 0 auto;
}


.register .forms-container {
    margin-top: 3em;
}


.register .login-block {
    background-color: #eee;
}

.register .login-block .header {
    padding: 10px;
}

.register .register-login-form .label,
x.register .register-login-form .input {
    width: auto;
}

.register .register-login-form .message-row {
    margin-left: 0;
}

.register .register-login-form .buttons-row {
    width: auto;
}

.register .register-login-form .field-password .hint {
    display: none;
}

.register .xinfo {
    height: auto;
    width: auto;
    background: none;
}

.register .foobar .left {
    display: inline-block;
    width: 28em;
}

.register .thanks {
    font-weight: bold;
    font-size: 16px;
}



