.iComment {
	width: 464px;
	/*border-bottom: 1px dashed #ccc;*/
	margin-top: 8px;
}

.iComment .commentTop {
	padding: 5px;
	padding-bottom: 0px;
}

.iComment .commentLeft {
	float: left;
	padding: 5px;
	width: 72px;
}

.iComment .commentLeft img {
	border: 1px solid #ccc;
	padding: 2px;
}

.iComment .commentRight {
	float: left;
	padding: 5px;
	width: 372px;
	color: #333;
}

#commentText {
	width: 97%;
	height: 105px;
}

#userCommentsForm #commentText {
	height: 60px;
}

#noComments {
	margin-top: 10px;
}

#commentButton {
	margin-top: 5px;
	height: 20px;
	width: 100px;
	border: 1px inset #a7a7a7;
	color: #F16522;
	font-size: 11px;
}

.commentSectionHeader {
	margin: 10px 0px;
	font-size:13px;
}