

/*------------careers.css----------*/

table.form tbody th,
table.form tbody td {
	padding:2px;
	font-family:verdana, sans-serif;
	vertical-align:top;
}
table.form tbody th {
	width: 200px;
}
table.form tbody tr.field th {
	text-align:right;
}
table.form tbody tr.field td {
	padding-left:15px;
}
table.form tbody tr.error th {
	color:#c00;
}
table.form tbody tr.required td {
	background:url(/images/field_required.gif) 0px 6px no-repeat;
}
table.form tbody tr.error td {
	background:url(/images/field_error.gif) 0px 6px no-repeat;
}
table.form tbody tr.error td input,
table.form tbody tr.error td textarea,
table.form tbody tr.error td select {
	border:1px solid #c00;
}
table.no-icon tbody tr.field td {
	padding-left:5px;
}

