#orderNotes {
	margin: 1em 0;
	border-bottom: 1px solid #aaa;
}
#orderNotes .item {
	background-color: #fff;
	border: 1px solid #aaa;
	border-width: 1px 1px 0 1px;
}
#orderNotes .item .head {
	padding: 1em;
	margin: 0;
	background-color: #eee;
}
#orderNotes .date {
	float: right;
	font-style: italic;
}
#orderNotes .item .content {
	margin: 1em 1em 0 1em;
	padding: 0 0 1em 0;
}

