.input {
    width: 300px;
}

#form h2 {
    margin-bottom: 1em;
}

#form p + h2 {
    margin-top: 1em;
}

#form p, #form label {
    font-size: 12px;
}

#form p + p {
    margin-top: .5em;
}

#form p {
    margin: 0;
    margin-left: 135px;
    line-height: 1.2em;
}

#form p:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#form p label {
    position: absolute;
    float: left;
    margin-left: -128px;
    width: 125px;
}

#captcha {
    margin-left: 135px;
    margin-top: 1em;
    margin-bottom: 1em;
}