div#calendar {
	background-color: #C1E9B0;
	position: absolute;
	top: 0px;
	left: 0px;
	float: right;
	text-align: center;
	visibility: hidden;
	width: 160px;
	background-image: url(calendar.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#calendar p {
	margin: 5px;
}

div#calendar table {
	width: 150px;
	margin: 5px;
}

div#calendar th, div#calendar td {
	text-align: center;
}

td#btn {
	cursor: pointer;
	text-align: right;
}
