#commentarea
{
	width:            422px;
	border-top:       1px solid #e4ddc9;
	border-bottom:    1px solid #e4ddc9;
	padding:          20px 144px 20px 0;
	margin-top:       20px;
}

#commentarea h3
{
	color:            #333;
	font-weight:      bold;
	text-transform:   none;
}

.comment
{
	margin-bottom:    20px;
}

.block
{
	border-bottom:    1px dotted gray;
	padding:          0px;
}

.comment
{
	margin-bottom: 1em;
}

.comment-title
{
	color: #aaa;
}

.comment-name
{
	font-weight: bold;
}

/*=========================================================================================================
//	Comment form styles
//=======================================================================================================*/
input.commentfield
{
	width:            278px;
	border:           1px solid #CCCCCC;
	margin-right:     20px;
}

textarea.commentfield
{
	border:           1px solid #CCCCCC;
	width:            278px;
	height:           150px;
	margin-bottom:    20px;
}

label.commentlabel
{
	display:          block;
	float:            left;
	clear:            left;
}

input.commentbutton
{
}
