.body{
    clear:both;
}

.loginReason{
    text-align:left;
    margin-bottom:15px;
}

form{
    text-align:left;
}

input{
    display: inline-block;
    margin:3px 0;
    width:100%;
    height: 24px;
    padding: 0 5px;
}

a{
    color:#63b32e;
}

button, button:hover, button:focus{
    background:#63b32e;
    color:#fff;
    margin:8px 0 0;
}

.notregistered{
    float:left;
}

.error{
    text-align:left;
    color:#d0021b;
    font-weight: bold;
}

.spacer, .spacer:hover, .spacer:focus{
    margin-top:10px;
}