.uhave {
	margin-top: 10px;	
}

#header #profilinfo .info {
	margin:24px 0 0 20px;
}

#profilinfo a {
	text-decoration: none;
	color: #6a6a6a;
}

div.comments {
	padding-left: 100px; 
	padding-top: 20px;
}

div.comments div.header {
	font-size: 24px; 
	font-weight: bold; 
	margin-bottom: 15px;
}

div.comments div.comment {
	margin-bottom: 25px;
}

div.comments div.text {
	margin-top: 3px;
}

div.comments div.join {
	margin-top: 10px;
}

div.comments textarea {
	font-family: arial, sans-serif;
	color: #6a6a6a;
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin: 0;
	width: 531px;
	height: 100px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0px 0px 10px 5px #e4e4e4;
	box-shadow: inset 0px 0px 10px 5px #e4e4e4;
}

div.comments textarea:focus {
    outline: none;
}

div.comments input.btn {
	margin-top: 10px; 
	margin-right: 12px;
}