.comments {
	width: 900px;
	margin: 3px 0pt 0pt;
	color: #000;
}

.comment {
    display: inline;
    float: left;
    width: 850px;
	border: 2px solid #555555;
    background-color: #DDD;
	padding: 3px;
}

.comment_user {
	font-weight: bold;
      
}

.comment_date {
	text-align:right;
    float: right;
}

.comment_comment {
	text-align: left;
}

.page_link {
    margin: 3px;
    font-weight: bold;
    font-size: 16px;
}

.pages {
	width: 350px;
	background-color: #DDD;
	border: 3px solid rgb(0, 0, 0);
	margin: 3px 0pt 0pt;
	color: #000;
	display: none;
    padding: 3px;
}

.close {
	float: right;
	font-weight: bold;
}

.comment_page {
	/*position: relative;
	width: 0px;
	height: 0px;
	left: -350px;
	top: -400px;*/
}

