#comment-area-more {
	margin: 4px;
	width: 100%;
	text-align: center;
}

#comments-start {
	width: 100%;
	margin: 10px 0px 0;
}

.comment-area {
	width: 636px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#comment_post_area {
	border-top: none;
	margin: 10px 0;
	text-align: center;
	color: #fff;
	text-decoration: underline;
}

#comment_post_area:hover {
	text-decoration: none;
}

#comment_post_area .placeholderBox {
	display: inline !important;
	xwidth: 90%;
	xmargin: 0 5%;
}

#comment_post_area .input_big {
	xwidth: 100%;
}

.comment-unselected-section {
	width: 632px;
	text-align: left;
	padding: 2px;
	margin: 0px;
	min-height: 80px;
	overflow: hidden;
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	background: #FEE7C6;
	border: 1px solid #C6C6C6;
}

.comment-sec1 {
	margin: 2px 0px;
	padding: 0px;
	float: left;
	width: 80px;
	overflow: hidden;
	text-align: center;
}

.comment-sec2 {
	margin: 0px;
	padding: 5px 0px 2px;
	float: left;
	overflow: hidden;
	word-wrap: break-word;
	width: 383px;
	padding-left: 4px;
}

.comment-sec3 {
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	width: 159px;
	text-align: center;
}

.comment-unselected-section1 {
	width: 50px;
	float: left;
	text-align: center;
}

.comment-unselected-section2 {
	width: 370px;
	float: left;
	text-align: left;
	margin-left: 10px;
}

.comment-unselected-section3 {
	width: 189px;
	float: right;
	text-align: center;
}

/*---------------------------*/
.comment-selected-section {
	width: 632px;
	padding: 2px;
	border: none;
	text-align: left;
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	min-height: 80px;
	overflow: hidden;
	background: #FEE7C6;
	border: 1px solid #C6C6C6;
}

.comment-selected-section1 {
	width: 50px;
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-top: 5px;
}

.comment-selected-section2 {
	width: 370px;
	float: left;
	text-align: left;
	margin-left: 10px;
}

.comment-selected-section3 {
	width: 189px;
	float: right;
	text-align: center;
}

.commentBox {
	border: #ABC9E2 solid 1px;
	border-radius: 5px;
	margin: 20px 0;
	background: #EAF0F4;
}

.commentHead {
	background: #082796 url(/images/aeeow_2.png) 10px 50% no-repeat;
	border-radius: 4px 4px 0 0;
	padding: 10px 5px 10px 50px;
	font-size: 18px;
	color: white;
}

.commentHead a {
	font-size: 13px;
	text-decoration: underline;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	color: #fff;
}

.commentPost {
	
}

.noCommentsMessage {
	text-align: center;
	margin: 15px;
	font-size: 15px;
}

.noCommentsMessage a {
	color: #082796;
	font-weight: bold;
	text-decoration: underline;
}

.noCommentsMessage a:hover {
	text-decoration: none;
}

.commentPost a.button {
	display: block;
	margin: 20px auto;
	width: 150px;
}