.faq_gbook_block {
	margin-bottom: 20px;
}

.message_box{							/*отзывы о товаре*/
	margin: 0px 0px 10px;
	padding: 10px;
}
.message_top {
	display: table;
	width: 100%;
	margin-bottom: 2px;
	border-bottom-width: inherit;
	border-bottom-style: inherit;
	border-bottom-color: inherit;
	padding: 2px 0px;
}

.message_name, .message_date  {
	display: table-cell;
	vertical-align: top;
}

.message_name {
	font-weight: bold;
}

.message_date {
	width: 150px;
	font-weight: bold;
	text-align: right;
	padding: 0px 5px;
}
.message_date > span{
	color: #999;
	font-style: italic;
	margin-right: 10px;
}

.message_text{
	color: inherit;
	padding: 5px;
}