﻿.comments .required
{
	font-style:italic;
}

.comments .separator
{
	padding-bottom:.5em;
	border-bottom:solid 1px gray;
	margin-bottom:.5em;		
}

.comments .asterisk
{
	color:red;	
}

.comments .tableForm td
{
	padding-bottom:.25em;
}

.comments .tableForm td.label
{
	width:100%;
	text-align:right;
	width:150px;
}

.comments .tableForm td.label label
{
	margin-right: 10px;
}

.comments .message
{
	margin-top:1em;	
	margin-left:10px;
}

.comments .message textarea
{
	width:600px;	
}


