﻿



.CommentItem
{
	margin-bottom:20px;
}	

.TextBox
{
	width:100%;
}
.Comments
{
	margin-top:15px;
	background-color: #f2f7fe;
	border-top: #cccccc 1px dashed;
	padding: 10px;
	margin-top: 4px;
 }
.CommentFade
{
	background-image: url(../Images/comment_fade.gif);
	background-repeat: repeat-x;
	height:33px;
}

.CommentItem .Poster
{
	color:#E2A55C;
	font-weight:bold;
	font-size:120%;
	text-decoration:none;
}
.CommentItem span.PostDate
{
	color:#CCCCCC;
}

#CommonCommentForm
{
	background-color: #f2f7fe;
	padding: 10px;
	margin-top: 4px;
	width:400px;
}

