#comments {
	position: relative;
	height: 200px;
}

.comments_area {
	position: absolute;
	right: 80px;
	top: -10px;
}

.comments_submit {
	position: absolute;
	right: 468px;
	top: 140px;
}

#comments label {
	display: block;
}

.inText {
	border: 1px solid #d0d0d0;
	padding: 3px;
	width: 160px;
	margin: 0 0 0 0;
}

.inTextArea {
	border: 1px solid #d0d0d0;
	padding: 3px;
	width: 380px;
	height: 150px;
	margin: 10px 0 10px 0;
}



.inTextAreaR {
	overflow-y: auto;
	border: 1px solid #d0d0d0;
	padding: 10px !important;	
	width: 400px !important;
	background-color: #e8e8e8;
	margin: 10px 0 10px 0;
	height: 100px;
}

.inButton {
	display: block;
	float: right;
	border: none;
	background: none;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #585858;
	margin: 0;
	padding: 0;
}

label.error {
	display: none !important;
}

.error {
	border: 1px dotted red;
}

h4 span {
	color: red;
	font-weight: normal;
}

.commentWrap {
	margin: 0 0 20px 0;
}

.commentNameDate span {
	font-weight: bold;
	font-size: 12px;
	margin: 0 10px 0 0;
}

.commentCont {
	border: 1px solid #f2f2f2;
	border-width: 1px 0 1px 0;
	margin: 35px 40px 20px 25px;
	padding: 15px 0 5px 0;
}

.commentR {
	margin: 0 !important;
	color: #999999;
	font-weight: normal;
}

.commentR2 {
	margin: 0 !important;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}

