textarea {
	height: 100px; }
th {
	text-align: right; vertical-align: top; }
.star {
	font-weight: bold; color: red; }
label.error {
	color: red; display: block; font-size: 12px; }
input, textarea {
	width: 350px; background: #fff; border: 1px solid #000; }
input.on, textarea.on {
	width: 350px; background: #eee; border: 1px solid #000; }
input.focus, textarea.focus {
	width: 350px; background: #d9d9d9; border: 1px solid #000; }
button {
	width: auto; height: 30px; background: url("/images/nav.gif") center;
	text-align: center; color: #fff; border: 0; margin-right: 20px;
	font-size: 16px; }
button.on {
	width: auto; background: url("/images/navOver.gif") center;
	text-align: center; color: #fff; border: 0; }