.calendar-text-container {
	float: left;
}

.calendar-btn-container {
	float: left;
	width: 30px;
	height: 30px;
	position: relative;
	top: 0;
	left: 0;
}

.calendar-btn-base {
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	border: 0;
	padding: 0;
	font-weight: bolder;
}

.calendar-btn-day {
	background-image: url("../img/calendar/cal-day-14.png");
	top: 0;
	left: 0;
}

.calendar-btn-week {
	background-image: url("../img/calendar/cal-week-14.png");
	top: 0;
	left: 16px;
}

.calendar-btn-month {
	background-image: url("../img/calendar/cal-month-14.png");
	top: 16px;
	left: 0;
}

.calendar-btn-year {
	background-image: url("../img/calendar/cal-year-14.png");
	top: 16px;
	left: 16px;
}