#mycustomscroll {
	/* percentage width without the fix*/
width: 680px;
	height: 160px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #FFFFFF;
	margin: 0.3em 84px 0.3em auto;
	padding: 0px 11px 11px 15px;
	font-size: 11px;
	text-align: left;
	line-height: 10px;
	color: #663300;
}

.date {
	font-weight: bold;
	color: #333333;
	padding-bottom: 8px;
	letter-spacing: 1px;
	margin-top: 10px;
}

.box {
	width: 550px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	letter-spacing: 1px;
	margin-bottom: 20px;
	line-height: 15px;
	padding-bottom: 10px;
}

