form td {
	vertical-align: top;
	padding: 4px;
}
.label, .labelopt {
	font-weight: bold;
	text-align: right;
}
.labelopt {
	color: #130AF6;
}
textarea {
	width: 90%;
}
form {
	margin: 10px 0;
}

form table.sub {
	width: auto;
}
.header {
	font-weight: bold;
	font-size: 14px;
	padding-top: 25px;
}
form table.sub td {
	padding: 0 4px 4px;
}
td input.text {
	width: 100%;
}
#errors {
	color: #FF0000;
	font-weight: bold;
}