/* reset for defined behaviour */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, table, th, td { margin: 0; padding: 0; }
body, html { height: 100%; }
table { border-collapse: collapse; border-spacing: 0; }
th, td { text-align: left; vertical-align: top; }
fieldset, img, abbr { border: 0; }
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 1.0em; }
q:before, q:after { content: ''; }
a { text-decoration: none; }

/* defaults */
body {
	background-color: #efefef;
	font: 14px/1.3em Arial;
	color: #333333;
}

h1 {
	font: bold 20px/1.3em Arial;
	margin-bottom: 1em;
}

h2 {
	font: bold 18px/1.3em Arial;
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

p {
	margin-bottom: 1em;
}

ul {
	list-style: disc;
	margin-left: 20px;
}

/* specific */
.copyrightnotice {
	font: 10px/1.3em Arial;
	color: #666666;
	text-align: center;
}

ul.formErrorList {
	margin-bottom: 1em;
}

ul.formErrorList li {
	color: #FF0000;
	font-weight: bold;
}

table.form {
}

table.form td {
	padding: 5px;
}
