body {
	background-color: #fdf6ec;
}
#comments {
	bottom:0;
}
#edit_comments {
	bottom:35px;
}
.valid {
	position: absolute;
	left:20px;
	bottom:5px;
}
.list_comments {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	width:195px;
	position: absolute;
	top:15px;
	bottom:0;
	margin:10px 0 0px 5px;
	overflow: auto;
}
.list_comments li {
	margin-bottom:5px;
}
.list_comments .user {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f1a842;
	width:170px;
	float:left;
	position:relative;
	padding:2px;
	overflow: hidden;
	color: #650a05;
	font-weight: bold;
	font-size: 0.8em;
}
.list_comments .date {
	float:left;
	color: #c48168;
	font-style: italic;
	position:relative;
	width:170px;
	margin-bottom:4px;
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
}
.list_comments .text {
	float:left;
	position:relative;
	width:90%;
	color: black;
	margin-bottom:5px;
	font-size: 0.75em;
}
.list_comments .edit {
	float:left;
	position:relative;
	width:170px;
	padding-top:5px;
	margin-bottom:15px;
	color: #650a05;
	font-weight: bold;
	border-top: 2px solid #c48168;
	font-size: 0.75em;
}

.list_comments .edit select {
	margin-left: 10px;
}
.list_comments .b_edit {
	float:left;
	position:relative;
	width:16px;
	height:16px;
	cursor:pointer;
	background-image: url(../png/edit.png);
	margin-right:5px;
}
.list_comments .status_0, .list_comments .status_1, .list_comments .status_2 {
	font-style: normal;
	float:left;
	position:relative;
}
.list_comments .status_0 {
	color:red;
}
.list_comments .status_1 {
	color:orange;
}
.list_comments .status_2 {
	color:green;
}
