
.cm_guestbook_entry {
	margin-top			: 1em;
	margin-bottom		: 1em;
	clear				: both;
	overflow			: hidden;
}

.cm_guestbook_entry_header {
	display				: inline-block;
	*display			: inline;
	*zoom				: 1;
	width				: 31%;
	min-width			: 100px;
	margin-bottom		: 0.5em;
}

.cm_guestbook_entry_header_inner {
	margin-right		: 0.5em;
}

.cm_guestbook_entry_header_inner a {
	word-wrap			: break-word;
}

.cm_guestbook_entry_header_time {
	margin-top			: 0.5em;
}

.cm_guestbook_entry_header_time span {
	white-space			: nowrap;
}

.cm_guestbook_entry_text {
	display				: inline-block;
	*display			: inline;
	*zoom				: 1;
	width				: 68%;
	vertical-align		: top;
}

.cm_guestbook_entry_comment {
	margin-top			: 0.5em;
}

@media screen and (max-width: 380px) {
	.cm_guestbook_entry_header {
		width: 100%;
	}
	.cm_guestbook_entry_text {
		width: 100%;
	}
}


.cm_guestbook_form_field {
	margin-top			: 6px;
	margin-bottom		: 6px;
	clear				: both;
}

.cm_guestbook_form_field label {
	display				: inline-block;
	width				: 38%;
}

.cm_guestbook_form_field label.cm_guestbook_checkbox_label {
	width				: 92%;
	vertical-align		: top;
}

.cm_guestbook_form_field input[type="text"],
.cm_guestbook_form_field textarea {
	width				: 62%;
	max-width			: 100%;
	box-sizing			: border-box;
	-moz-box-sizing		: border-box;
	-webkit-box-sizing	: border-box;
	-ms-box-sizing		: border-box;
}

@media screen and (max-width: 380px) {
	.cm_guestbook_form_field label,
	.cm_guestbook_form_field input[type="text"],
	.cm_guestbook_form_field textarea {
		width				: 100%;
	}
}

