@charset "utf-8";
/* CSS Document */

div#sayTest ul {
	margin: 0 1em 1em 0;
	padding: 0 1em 0 0.2em;
}
div#sayTest li {
	font-style: italic;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
div#sayTest ul {
	margin-top: -1em;
	padding-bottom: 1em;
	border-bottom: solid 1px #000;
}

div#sayTest ul li:first-child {
	font-weight: bold;
}

div#sayTest div.reviewGray {
	float: right;
	width: 40%;
	padding: 5px;
	margin: 1em;
	background-color: #eee;
	border-top: 1px dashed #004069;
	border-left: 1px dashed #004069;
}
div#sayTest div.reviewGray ul {
	border-bottom: none;
	margin-top: 0em;
	padding-bottom: 0em;
}
div#sayTest div.reviewGray ul li {
	list-style-type: disc;
	margin-left: 1em;
	padding-left: 8px;
}