.inputbutton {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #5A3D1B;
	border: 1px solid #FFFFFF;
	font-weight:bold;
}

.entrydate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/images/date.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 60px;
	width: 60px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #FFFFFF;
}

.entrytime {
	color: #666666;
	white-space: nowrap;
	margin-top: 10px;
	font-size: 17px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial;
	text-transform: lowercase;
}