﻿   .calendar {
  float: right;
  clear: left;
  background: url(images/calendar.jpg) no-repeat left top;
  width: 50px;
  height: 55px;
  margin-top: 20px;
}

.calendar .month 
{
	/*border:1px solid red;*/
  display: block;
  clear: both;
  text-align: center;
  font-size: 14px;
  color: white;
  font-weight: bold;
  margin-bottom: 0;
  height:20px;
}

.calendar .date 
{
	
	height:30px;
  display: block;
  clear: left;
  text-align: center;
  font-size: 2em;
  color: #393939;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 30px;
}
