th {
	text-align:right;
	vertical-align:top;
}
th.error {
	color:#930;
}

input.field, textarea.field {
	color:#333;
	background:#fff;
	border:1px solid #666;
	font:inherit;
}
input.error, textarea.error {
	color:#333;
	background:#fff;
	border:1px solid #930;
	font:inherit;
}

#errmsg {
	color:#930;
	font-weight:bold;
	text-align:center;
}
