@charset "UTF-8";
/* CSS Document */

#peach {
	
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-align: left;
}
#peach th {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
#peach td {
	padding: 3px;
	border: 1px solid #a6acb5;
}
#peach .date {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background-color: #a6acb5;
}

#form {
	margin-left: 5px;
	width: 50%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-align: left;
}
#form th {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
#form td {
	padding: 3px;
}
#form .date {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background-color: #a6acb5;
}
