#commentarea
{
	width:			400px;
}

.comment
{
	margin-bottom:		20px;
}

.block
{
	border-bottom:	1px dotted gray;
	padding:		0px;
}

table#commentstable .col1
{
	white-space:	nowrap;
	font-weight:	bold;
	padding-right:	20px;
	padding-bottom:	20px;
}

table#commentstable .col2
{
	padding-bottom:	20px;
}

/*=========================================================================================================
//	Comment form styles
//=======================================================================================================*/
input.commentfield
{
	width:			100%;
	border:			1px solid #CCCCCC;
	margin-right:	20px;
}

textarea.commentfield
{
	border:			1px solid #CCCCCC;
	width:			100%;
	height:			150px;
	margin-bottom:	20px;
}

label.commentlabel
{
	display:		block;
	float:			left;
	clear:			left;
}

input.commentbutton
{
}