body {
	background: #207CCA;
	background: radial-gradient(ellipse at center, #7DB9E8 20%,#1E5799 100%);
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: table;
	font-family: sans-serif;
	font-size: 12pt;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

a {
	color: #44A;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body > div {
	display: table-cell;
	vertical-align: middle;
}

fieldset {
	background: #7DB9E8;
	border-color: #1E5799;
	border-width: 5px;
	display: inline-block;
	margin: 0;
	padding: 1em;
}

#title {
	color: #1E5799;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
}

#main {
	margin-top: 1em;
	padding: 0 3em;
}

fieldset .error {
	color: #C00;
	font-weight: bold;
	margin-top: 1em;
}
