.calendarPage { width: 50px; height: 50px; border: solid 1px #000; background: #fff; position: relative; margin-left: auto; margin-right: auto;  }
	.calendarPage .day { height: 30px; position: absolute; top: 0px; left: 0px; right: 0px; font-size: 25px; color: #000; text-align: center; line-height: 30px; vertical-align:middle; }
	.calendarPage .month { height: 20px; line-height: 20px; vertical-align: middle; background: #900; position: absolute; bottom: 0px; left: 0px; right: 0px; color: #fff; font-weight: bold; text-align: center; }