#CommentForm
{
	font-size: 100%;
	width: 480px;
	
}

#CommentForm .form
{
	width: 410px;
	padding-top: 20px;
}

.mailer_data, #mailer_data
{
	display: none !important;
}

#CommentForm input.boolean
{
	width: auto;
	margin: 5px 5px 0 0;
	float: left;
}

#CommentForm label
{
	display: block;
	width: 140px;
	text-align: left;
	font-weight: bold;
}
#CommentForm input.text, #CommentForm textarea
{
	display: block;
	height: auto;
	margin-right: 5px;
	padding: 3px;

	background-color: #edf1f4;
	border: 1px solid #666;
}
#CommentForm textarea
{
	width: 402px;
	height: 100px;
	margin-top: 20px;
}
#CommentForm input
{
	height: 18px;
	width: 160px;
}
#CommentForm div.dropdownlist
{
	/* delete drop down list control */
	float: right;
	margin: 0;
}

#CommentForm #CommentList
{
	margin-top: 0;
}

.Theme2 #CommentForm #CommentList, .Theme3 #CommentForm #CommentList, .Theme4 #CommentForm #CommentList
{
	color: white;
}

#CommentForm #CommentList p.CommentText
{
	margin: 10px auto;
	width: 100%;
	font-size: 1em;
}

#CommentList div.Comment
{
	margin: 5px auto;
	padding: 5px;
	border-bottom: 1px dashed #3d3d3d;
}

#CommentList p.AnswerTo, #CommentList p.AnsweredBy, #CommentList p.Info
{
	width: 100%;
	text-align: left;
	margin: 0 auto;
}

#CommentList p.Info
{
	margin-top: 10px;
}
#CommentList p.Info span.IPAddress
{
	display: block;
	float: right;
}

#CommentList p.AnswerTo
{
	margin-bottom: 10px;
}

span.Answer
{
	float: right;
	display: block;
}

#CommentList p.AnsweredBy
{
	margin-top: 10px;
}

#CommentForm div.controls
{
	text-align: right;
}

#NoComments
{
	text-align: center;
}

#CommentForm .Answering .AnsweringLabel
{
	font-weight: bold;
}

.Answering
{
	border: 1px solid #666;
	padding: 10px;
	margin-bottom: 30px;
}

#CommentForm #Save
{
	height: 18px;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	background-color: #3b3b3b;
	color: #edf1f4;
	border: 1px solid #edf1f4;
	width: 150px !important;
	text-align: center;
	display: inline;
}

.Parent-Comment
{
	background-color: #ddd;
	border: 1px solid #ddd;
}
.Child-Comment
{
	border: 1px solid #666;
}

.CommentPaging a.current
{
	font-weight: bold;
}
.CommentPaging
{
	width: 200px;
	float: right;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	padding: 0 !important;
	text-align: right;
	line-height: 16px;
}
