body {
 	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	background-color: #cccccc;
 }
 
 .error {
 	color: #990000;
	font-weight: bold;
	font-size: .9em;
 }
 
 .formlabel {
 	text-align: right;
 }
 
 .forminput {
 	text-align: left;
 }
 
 #logo {
 }
 
 #main {
 	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0px 0px -150px;
 	width: 300px;
 }
 
 #mainTable {
 	width: 100%;
	background-color: #ffffff;
	border: solid 3px #b7b7b7;
	border-spacing: 5px;
 }
 
 .title {
 	font-size: 2em;
	font-weight: bold;
 }
