#main .comment{
	position: relative;
	width: 635px;
	margin: 10px 5px 5px 5px;
	font-size: small;
}

.uname{
	position: relative;
	top: 0px;
	left: 5px;
}
.uname_text{
	background-color: #4b4b5e;
}
.comdate{
	background-color: #4b4b5e;	
	position: absolute;
	top: 0px;
	right: 5px;	
}

.comcontent{
	float: top;
	border: 1px solid blue;
	margin-top: -10px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 5px;
}