.comment {
	margin: 16px;
	background-color: #151515;

	padding:1px;
	margin-top:0px;
	overflow:hidden;
	
}
.comment p {
	margin-left:10px;
	margin-right:10px;
	overflow: hidden;
	display:block;
	
}

.comment p img {
	background-color: #151515;
}

.comment .clear {
	width:100%;
	display:block;
	overflow: hidden;

}

.comment .info{
	height:64px;
}

.comment .info span.user {
	color:#70B0FF;
	font-weight:bold;
	font-size:16px;
}

.comment .info span {
	color:#666666;
	float:left;
	font-size:12px;
	margin:32px 0 0px 16px;
}

.bubble {
	float:left;
	background: transparent url(img/bubble.png) no-repeat;
	height: 48px;
	width: 48px;
	margin: 8px;
}

ol.forms textarea.min{
	width:334px;
	height:150px;
}

.fonts {
	margin-left:170px;
}