table.form {
	margin: 0 0 18px 45px;
}

table.form td {
	border-bottom: 1px solid #eee;
}

table.form td.noborder {
	border-bottom: none;
}

label {
	margin-top: 4px;
	font-weight: bold;
}

label.error {
	color: #c00;
}

label.nobold {
	font-weight: normal;
}

input, textarea {
	width: 200px;
	padding: 2px 4px 2px 4px;
	line-height: 16px;
	border: 1px solid #aaa;
}

input.error {
	border-color: #f99;
}

input.onehundred {
	width: 100px;
}

input.submit {
	width: 77px;
	height: 20px;
	padding: 0;
	border: none;
}

input.checkbox {
	width: 16px;
	height: 16px;
	border: none;
	margin: 0 10px 0 0;
}

textarea {
	height: 150px;
}

select {
	width: 212px;
	height: 21px;
	border: 1px solid #aaa;
	padding: 1px;
}