#commentarea
{
	font-size: 1.1em;
}

#commentarea h3
{
	color: #a55b08;
	font-size: 1.2em;
	text-transform: uppercase;
	position: relative;
	font-family:georgia, serif;
	font-weight: normal;
}

.comment-date
{
	position: absolute;
	right: 0px;
}

.comment-date span
{
	font-size:1.4em;
}

.comment
{
	font-size: 1.1em;
	line-height: 1.7em;
	margin-bottom:		20px;
	padding-bottom: .7em;
	border-bottom: 1px solid #EAD8C0;
}

/*=========================================================================================================
//	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
{
}