td.missing input[type="text"],
td.missing select {
	border		:	1px solid red !important;
}

p.missing label,
td.missing label {
	color		: red;
}

select {
	width		: 150px;
}

input.smalltext {
	width		: 75px;
}

table tr td:first-child label,
table tr td.key {
	display		: block;
	min-width	: 170px;
}

table.joinlist {
	border			: 1px solid #999;
	margin			: 14px 15px 14px 15px;
	width			: 625px;
}

table.joinlist tr:hover {
	background		: #cfc;
}

p.actions {
	clear			: both;
	border-top		: 1px solid #999;
	background		: #fff url('/img/table/thback.gif') top left repeat-x;
}