.error {color: #FF0000;}

body { background-color: #E0E0E0; }

table.form
{
	border: 1px solid black;
	border-collapse: collapse;
}
table.form td
{
	border: 1px solid black;
	padding: 2px;
}
table.form td:last-child
{
	width: 1px;
	white-space: nowrap;
}

table.comment
{
	width:100%;
	border: 1px solid black;
	border-collapse: collapse;
}
table.comment td
{
	border: 1px solid black;
	padding: 5px;
	background-color: #D8F9F8;
	text-align: left;
}
table.comment th
{
	border: 1px solid black;
	padding: 5px;
	background-color: #DACEFF;
	width: 50%;
}
table.comment th:nth-child(odd)  { text-align: left;  }
table.comment th:nth-child(even) { text-align: right; }
