﻿div.grid
{
}

div.grid table
{
	border: 1px solid #808080;
}

div.grid table th
{
	padding: 4px;
	border-bottom: 1px dotted #808080;
}

div.grid table td
{
	padding: 4px;
	border-bottom: 1px dotted #808080;
}

div.grid table th
{
	font-size: 10pt;
	font-family: Segoe UI, Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	text-align: left;
	background-color: #48543E;
}

div.grid table td
{
}

#commentForm
{
}

#commentForm table tr td
{
	vertical-align: top;
}

#commentForm table tr td input
{
	width: 200px;
}

textarea
{
	width: 400px;
}

td.fieldValidator
{
	vertical-align: middle;
	font-size: 10px;
	color: Red;
}

