#comments{
	float:left;
	padding-left:130px;
}

#comments ol{
	padding:20px;
}

#comments #submit{
	border:1px solid #888888;
	color:#888888;
	background:#FFF;
	
}

#comments textarea{
	width:300px;
	border: 1px solid #888888;
}

#grava{
	position:absolute;
	left:70px;
	border:1px solid #888888;
	height:60px;
	width:60px;
	
}

#comments ol li{
	margin-top:80px;
}

#comments ol li:first-child{
	margin-top:0;
}

.comment-info{
	font-size:0.8em; 
	margin-bottom:5px;
	font-weight:bold;
}