body {
    font-family: arial;
}
div.labelDiv {
    font-size: 8pt;
    padding: 8px;
    border-bottom: 1px solid #e2e5e7;
    width: 150px;
    float: left;
}
div.input {
    margin: 10px 0;
}
input {
    font-size: 8pt;
    padding: 8px;
    width: 200px;
    background-color: #FFF5F5;
    border: none;
    border-bottom: 2px solid #e2e5e7;
}
input.submit {
    background-color: #810707;
    border: none;
    color: #fff;
    text-align: left;
    width: 216px;
    font-weight: bold;
}
#wrong {
    color: #810707;
    font-size: 10pt;
    font-weight: bold;
    left: 15px;
    margin-left: 80px;
    position: absolute;
    top: 338px;
}