a.buttonish {
	display: block;
	padding: 3px;
	color: #fff;
	background: #8A3E2B;
	border: outset 2px #8A3E2B;
}
#jobs table {
	position: relative;
	width: 100%;
}
#jobs td {
	text-align: left;
	vertical-align: top;
}
#jobs th {
	text-align: right;
	vertical-align: top;
}
#jobs thead th {
	text-align: left;
	vertical-align: middle;
	width: 8em;
}
#jobs fieldset {
	border: none;
}
#jobs label {
	display: block;
}
#jobs fieldset label {
	width: 10em;
	text-align: right;
	float: left;
	padding-right: 10px;
}
#jobs textarea {
	position: relative;
	width: 100%;
}