#comments_mod {
	margin-top: -10px;
	*margin-top: 0px
}
.comments_line {
	width: 450px
}
.comments_line_left {
	width: 100px;
	float:left;
	color: #656565;
	font-size: 11px
}
.comments_line_right {
	width: 350px;
	float: right
}
.comments_input_text {
	width: 300px;
	border: 1px solid #656565;
	background: #f4f4f4
}
.comments_textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #656565;
	background: #f4f4f4
}
.comments_input_button {
	background: #Ff3300;
	color: white;
	border: 1px solid white
}
.comments_comments {
	width: 450px;
	border-top: 1px solid #2A2A2A;
	margin-top: 20px
}
.comments_comments_line {
	width: 450px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: verdana
}
.comments_header {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	float: left	
}
.comments_date {
	font-weight: normal;
	font-size: 11px;
	color: #999;
	margin-left: 100px
}
.comments_comment {
	color: #7e7e7e;
	font-size: 11px
}
