﻿.comments-panel
{
	margin-top:15px;
	border-bottom:1px dotted #a3a3a3;
	background-color:#fbfbfb;
	width:100%;
}

.comments-reply-panel
{
	margin-top:15px;
	border-bottom:1px dotted #fefefe;
	background-color:#fbfbfb;
	width:90%;
	margin-bottom:10px;
	padding-bottom:10px;
}

.comments-username
{
	color:#0063dc;
	text-transform:capitalize;
	font-weight:bold;
	cursor:pointer;
	margin-bottom:5px;
	width:90%;
}

.comments-username:hover
{
	color:#ff6c48;
	text-transform:capitalize;
	font-weight:bold;
	cursor:pointer;
	width:90%;
}

.comments-comment
{
	font-size:11px;
	color:#333;
	margin-top:5px;
	margin-bottom:5px;
	width:90%;
	word-wrap:break-word;
	/*white-space:pre-wrap;*/
	padding-right:5px;
}

.comments-date
{
	font-size:11px;
	color:#999;
	width:83%;
}

.comments-sign
{
	color:#ff6c00;
}

.comments-sign:hover
{
	color:#ffa96a;
}

.comments-reply-Panel
{
	margin-top:15px;
	margin-bottom:20px;
	border-left:1px dotted #fefefe;
	border-top:1px dotted #eaeaea;
	background-color:#fff;
	width:90%;
}
	
.comments-replyTextBox
{
	width:70%;
	height:13%;
}
