body, td {
	background:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#def;
	text-align:center;
}
td {
	text-align:left;
}
table.signuptable {
	width:700px;
	border:0;
}
table.signuptable th, table.signuptable td {
	text-align:center;
}
td.info {
	font-weight:bold;
	color:#FF6;
}
td.errors {
	text-align:center;
}
input {
	background-color:#004;
	border-color:#abf;
	color:#ff0;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
}
textarea {
	background-color:#004;
	border-color:#FFF;
	color:#FFF;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	width:680px;
	height:80px;
}
span.error {
	text-decoration:blink;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	background-color:#F00;
	color:#000;
}
input.error, td.error {
	border: 2px inset;
	border-color:#F00;
	background-color:#200;
}
span.mandatory {
	color:#F00;
}
