.dess-box
{
	margin-top: 100px;
	font-size: 14px;
	color: #242424;
	line-height: 19px;
}

.title-dess
{
	background-color: #dcdcdc;
	padding: 5px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #232323;
}

.name-comment
{
	width: 220px;
}

.email-comment
{
	position: relative;
	top: -46px;
	left: 300px;
	width: 220px;
}

.dess-comment
{
	position: relative;
	top: -40px;
}

.dess-comment textarea
{
	min-height: 70px;
	width: 550px;
	max-width: 550px;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	background-color: #f1f1f1;
}

.add-comment-block
{
	display: table-cell;
	width: 1000px;
	min-height: 230px;
	background-color: #dcdcdc;
	padding-top: 10px;
}

.add-comment
{
	padding-top: 10px;
	width: 550px;
	margin: auto;
}

.add-comment input
{
	min-width: 250px;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	background-color: #f1f1f1;
	height: 25px;
}

.comment-block
{
	border-radius: 3px;
	padding: 15px;
	background-color: #f0f0f0;
	margin-top: 25px;
	width: 970px;
}

.comment-block img
{
	width: 50px;
	float: left;
}

.comment-name
{
	position: relative;
	top: 10px;
	left: 30px;
	width: 720px;
	font-weight: bold;
	margin-bottom: 15px;
}

.comment-text
{
	position: relative;
	left: 80px;
	width: 800px;
}

.comment-date
{
	position: relative;
	top: -23px;
	left: 750px;
	width: 220px;
	color: #727272;
	font-size: 11px;
}

.catcha-img
{
	display: inline-block;
	float: left;
	position: relative;
	top: -15px;
	width: 299px;
}

.captcha-input
{
	display: inline-block;
	float: left;
	position: relative;
	top: -15px;
}


.btn-comment
{
	display: inline-block;
	float: left;
	position: relative;
	top: -15px;
}


.btn-comment input
{
	width: 200px;
	height: 30px;
	background-color: #888;
	color: #eee;
}

.btn-comment input:hover
{
	cursor: pointer;
	background-color: #242424;
	color: #eee;
}

.nicEdit-main
{
	background-color: #f0f0f0;
	padding: 3px;
	color: #262626;
}