

#form-validation-message
{
	border: 1px dotted red;
	background: pink;
	padding: 5px;
	display: none;
}

.form-validation-invalid
{
	background: pink;
	border: 1px dotted red;
}

.forum
{
	background: #f1f1f1;
	width: 510px;
}

.forum th
{
	border-bottom: 2px solid white;
}


#forum-table
{
	background: #f1f1f1;
	width: 560px;
}

#forum-table th
{
	font: bold 12px 'Arial', 'sans-serif';
	color: #666;
	background: #e5e5e5;
	padding: 5px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

#forum-table td
{
	font: normal 12px 'Arial', 'sans-serif';
	padding: 5px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

#forum-table strong
{
	color: #666;
}