form#demoForm {
    width: 50ex;
    padding: 10px;
    margin: 10px;
    border: 1px dashed;
    font-family: sans-serif;
}

form#demoForm p {
    position: relative;
    margin: 0 0 0.5em;
}

form#demoForm p.submit {
    margin: 0;
    text-align: center;
    background: indianred;
}

input#edtLogin_Req, input#edtAge_Req_Int_1_120,
input#edtEuroRate_Dbl_0\.01, input#edtBirthDate_Date {
    position: absolute;
    left: 30ex;
    right: 0;
    padding: 0 0.2ex;
}

input:focus {
    border: 2px solid black;
    background: #ffd;
}

label.required {
    font-weight: bold;
}

label.required:after {
    content: '*';
}

span.accessKey {
    text-decoration: underline;
}
