#commentArea{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: 2px #505050 solid;
}

#commentHeader {
	background-color: #505050;
	color: #fff;
	width: auto;
	padding: 5px;
	margin-top: 0;
	font-size: 18px;
	font-weight: bold;
}

h3#commentWriteHead{
	color: #fff;
	font-size: 24px;
	line-height: 22px;
}

.commentItem{
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	margin: 5px;
	background-color: #e0e0e0;
	border: 1px #505050 solid;
}

.commentName{
	color: #505050;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.commentDate{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
}

.commentSeparator{
	color: #e0e0e0;
	background-color: #e0e0e0;
	border: 1px #505050 solid;
}

.commentText{
	margin: 20px;
}

#commentWriter{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #505050;
	border-left: 2px #2e2e2e solid;
	border-top: 2px #2e2e2e solid;
	border-right: 2px #838383 solid;
	border-bottom: 2px #838383 solid;
	color: #fff;
	text-align: left;
}

#commentTable{
	width: 90%;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	color: #fff;
	text-align: left;
}

#commentTable textarea{
	width: 80%;
	height: 100px;
	overflow: visible;
}

