form#demoForm {
    width: 90ex;
    padding: 2em 2em 2em 5em;
    margin: 1em auto;
    border: thin solid silver;
    background: #eee;
    font-family: Verdana,sans-serif;
	font-size: 13px;
}

form#demoForm p {
	position: relative;
	margin: 0 0 0.8em;
	text-align: left;
	/*vertical-align: top;*/
}

form#demoForm p.submit {
    margin: 0;
    text-align: center;
}
form#demoForm p.sound {
    margin: 0;
    text-align: right;
}
/*
id="edtEmail_Req" name="email"
id="edtSubject_Req" name="Subject"
id="edtMessage_Rec" name="Message"
id="edtCaptcha_Req" name="Captcha"
id="edtSounds" name="Sounds"
*/
input#edtEmail_Req, input#edtSubject_Req {
    position: absolute;
    left: 30ex;
    right: 0;
    padding: 0 0.5ex;
}
input#edtSounds {
    position: absolute;
    left: 30ex;
    right: 0;
    padding: 0 0.5ex;
}
textarea#edtMessage_Req {
    position: absolute;
    left: 30ex;
    right: 0;
    padding: 0 0.5ex;
}
input#edtCaptcha_Req {
    position: absolute;
    left: 38ex;
    right: 0;
    padding: 0 0.5ex;
}
input:focus {
    border: 2px solid black;
    background: #ffd;
}

label.required {
    font-weight: bold;
}

label.required:after {
    content: '*';
}

span.accessKey {
    text-decoration: underline;
}
