
div.block_body table.data_entry_table {
	font-size: 10px;
}
div.block_body table.data_entry_table tr td.label {
	font-size: 10px;
	text-align: right;
	vertical-align: top;
}
div.block_body table.data_entry_table tr td.error {
	color: #f00;
}
div.block_body table.data_entry_table tr td table#project_files {
	border: 0;
	font-size: 10px;
}
div.block_body table.data_entry_table tr td table#project_files tr td {
	border: 0;
	vertical-align: bottom;
}

table#error_message_box, table#status_message_box {
	border-collapse: collapse;
	color: #000;
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
table#error_message_box th, table#status_message_box th {
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #ebebeb;
}
table#error_message_box th {
	background-color: #f00;
	color: #fff;
}
table#error_message_box td, table#status_message_box td {
	padding: 5px;
	border: 1px solid #ebebeb;
	background-color: #fff;
}
table#error_message_box td div.message {
	line-height: 18px;
	display: block;
	margin: 10px 0;
}
