.comments {
	margin-top: 10px;
	padding: 10px;
	background: #eee;
	border: #ddd 1px solid;
    width:500px;
}

.comment {
    font-family:Garamond;
	font-size: 18px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: #ddd 1px solid;
}

.addCommentTitle {
	margin-top: 10px;
	border-top: #ddd 1px solid;
	padding-top: 10px;
}

.comment .gravatar {
	float: right;
	width: 80px;
	height: 80px;
	mergin-left: 10px;
	mergin-bottom: 10px;
	border: none;
}


.theFirm LABEL {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 5px;
}

.theFirm LABEL SPAN {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: none;
}

.theFirm INPUT {
	font-family: verdana;
	font-size: 12px;
	width: 200px;
	background: #fff;
	border: 1px solid #ddd;
}

.theFirm INPUT.button {
	background: #d5ccc9;
	cursor: pointer;
	font-family: Georgia;
	text-transform: uppercase;
	color: #1d1107;
}

.theFirm INPUT.button:HOVER {
	color: #fff;
	background: #321f19;

}

.theFirm TEXTAREA {
	font-family: verdana;
	font-size: 12px;
	width: 400px;
	background: #fff;
	border: 1px solid #d5ccc9;
}

