.comments {
	}

.comments-box {
	background-color : #e5e5e5;
	}

.comments-input {
	display : none;
	height : 0;
	padding : 10px 18px;
	background-color : #ddd;
	}

.comments-data {
	display : block;
	background-color : #b8b8b8;
	}

.comments-head {
	padding : 10px 18px;
	background-color : #e5e5e5;
	font-weight: 900;
	font-size: 14px;
	}

.comments-link {
	}

.comments-item {
	padding : 10px 18px;
	border-bottom : 1px solid #e5e5e5;
	}

.comments-input-title, .comments-input-comment {
	display : block;
	width : 100%;
	height : 22px;
	margin : 0;
	margin-bottom : 10px;
	border : 1px solid #999;
	}

.comments-input-comment {
	height : 60px;
	}

.comments-input-submit {
	}

.comments-item-head {
	}

.comments-item-date {
	font-size : 11px;
	}

.comments-item-body {
	display : block;
	margin: 5px 0;
	}