input[type="text"] {
    margin-bottom: 0px;
}
label {
    margin-bottom: 10px;
}
label > span {
    display: inline-block;
    width: 250px;
}
label > input[type="submit"] {
    margin-left: 254px;
}
div.failure,
div.success {
    width: 75%;
    min-width: 75%;
    margin-bottom: 20px;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #d9edf7;
    border-color: #3a87ad;
    color: #3a87ad;
}
div.failure,
input.failure,
input.failure + span {
    background-color: #f2dede;
    border-color: #ee5f5b;
    color: #b94a48;
}
