div.xt_calendar{
background-image:url(/images/icons/cal.png);
background-repeat:no-repeat;
position: relative;
width:40px;
height:40px;
float:left;
}

.xt_calM
{
	text-transform: uppercase;
	position: absolute;
	top: 7px;
	left: 12px;
	font-size: 8px;
	color: white;
}

.xt_calDay
{
	position: absolute;
	top: 20px;
	left: 12px;
	font-size: 12px;
	color: #978E8E;
	font-weight: bold;
}