body {
	color: #000;
}

#content-secondary {
	line-height: 1.4em;
}

table.form {

}

table.form td {
	padding: 2px;
	vertical-align: top;
}

table.form td.label {
	text-align: right;
}

table.form td input.required {
	background-color: #e4ecf5;
}

table.form td input.optional {
	border: 1px solid #7f9db9;
}

table.form td textarea {
	border: 1px solid #7f9db9;
	width: 200px;
	height: 60px;
}

table.form td input.submit {
	border: 2px solid #fe911b;
	border-right-color: #7f480d;
	border-bottom-color: #7f480d;
	background-color: #fff;
	font-size: 1em;
	font-family: arial;
	font-weight: bold;
	color: #0a55a3;
}