.clr{
	clear: both;
}

.warn, .err{
	font-weight: bold;
	color: #F00;
	text-align: center;
}

.info{
	font-weight: bold;
	color: #4F4F4E;
	width: 100% !important;
	margin-left: 0px !important;
}

.comments_register{
	text-align: center;
	width: 550px;
	font-size: 12px;
	padding-top: 20px;
	margin: 0 auto;
}

.comments_register label{
	display: block;
	width: 164px;
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 20px;
}

.comments_register input, .comments_register select, .comments_register textarea{
	float: left;
	width: 300px;
	border: 1px solid #C3C3C3;
	position: relative;
	top: 5px;
}

.comments_register textarea{
	height: 100px;
}

.comments_register p{
	text-align: left;
	width: 402px;
	margin-left: 34px;
	float: left;
}
.comments_register input.comments_check{
	width: 40px;
	position: relative;
	top: 6px;
	left: 7px;
}

.comments_recaptcha{
	text-align: center;
	padding-left: 150px;
}
.comments_recaptcha input{
	position: relative;
	top: 18px;
}
.comments_list{
	width: 750px;
	min-height: 550px;
	margin: 0 auto;
}

.comments_comment{
	border-top: 1px dashed #37342F !important;
	margin-bottom: 20px;
	float: left;
}

.comments_left{
	width: 590px;
	float: left;
	padding-left: 5px;
}

.comments_right{
	width: 148px;
	border-left: 1px solid #37342F;
	border-right: 1px solid #37342F;
	float: left;
	margin-top: 8px;
	padding-left: 5px;
}

.comments_name{
	font-weight: bold;
}

.comments_name .c_name{
	color: #39591B;
}

.comments_time{
	color: #1818ED;
}
