/* $Id: register-style.css 2219 2007-02-13 20:34:49Z alambert $ */

h1 { text-align: center }
/* body { background-color: #ffffcc; margin-left: 5%; margin-right: 5% } */
body { background-color: #ffffcc; margin-left: 10%; margin-right: 10% }
input#submit { font-weight: bold }
input#close { font-weight: bold }
table.form { margin-left: 5%; width: 65% }
td.form-label { font-weight: bold; width: 30%; text-align: right }
td.form-content { width: 65% }
td.form-help { width: 5%; text-align: right; font-weight: bold; }
a.form-help { text-decoration: none; }
input.form-content-text { width: 100% }
input.form-content-checkbox { }
input.form-content-radio { }
select.form-content-select { }
.term { font-weight: bold }
.code { font-family: monospace; }
.code-extended { position: relative; margin-top: 5px; margin-bottom: 5px; font-family: monospace; overflow: auto; border: dashed; border-width: 1px; background: white; width: auto; }
.footer { font-style: italic }
.error { font-weight: bold; font-size: large; text-align: center; color: black; background-color: white }
.error-title { font-weight: bold; font-size: xx-large; text-align: center; color: red; background-color: white }
h1.help { color: green }
.htmlsource { margin-left: 5% }

@media print {
	body { background-color: white; margin-left: 0; margin-right: 0 }
	.code-extended { margin-left: 0; margin-right: 0 }
}
