.datebox {
 width: 50px;  /* same width as the background image */
 float: left;
 margin-right: 1em;
/* margin-bottom: 1em;*/
}
.datebox .month, .datebox .year {
 font-family: sans-serif;
 font-size: 0.8em;
 font-weight: bold;
 line-height: 1.1em;
 padding: 0.1em 0;
 text-align: center;
 background: #660033;
 color: #dddddd;
}
.datebox .day {
 font-family: sans-serif;
 font-size: 2em;
 line-height: 1em;
 font-weight: bold;
 text-align: center;
 color: #333333;
 border: 1px solid #660033;
 background: #faf8d2;
}
