.comment {
	width:410px;
	margin-left: 200px;
	margin-bottom:65px;
	text-align: left;
	font-family: Georgia, serif;
}

.commentTitle {
	color: #666;
	font-weight: 700;
	font-size:24px;
}

.commentText {
	color:#666;
	font-weight: 700;
	font-size:16;
	line-height:5px;
}

.commentInput {
	width: 466px;
	border-width: 1px;
	border-style: solid;
	border-color:#666;
	font-family: Georgia, serif;
	font-size: 14px;
	color:#666;
	resize: none;
}

.commentButtonDiv {
	width: 470px;
	text-align:right;
}

.commentButtonButton {
    border: 1px solid #333;
    background: #999;
	font-family: Georgia, serif;
	font-size: 14px;
}

.commentButtonButton:hover {
    background: #CCC;
}

.commentWarning {
	color:#666;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style:italic;
	line-height:18px;
}