@charset "utf-8";

h1#history {
	background-image: url(img/history-title.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	width: 700px;
}
#history th,td {
	font-size: 14px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#history table {
	margin-top: 10px;
	margin-left: 5px;
	vertical-align: top;
	width: 680px;
	text-align: left;
}
div#history {
	height: 450px;
	padding-bottom: 20px;
	width: 720px;
	margin-right: auto;
	margin-left: 5px;
	padding-top: 20px;
	overflow-y: auto;
}
