div.calenderwrapper {
    clear: both;
    float: left;
    width: 33px;
    height: 38px;
    padding-right: 10px;
    background-image: url(/images/vslsg/calendar.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

div.calendarmonth {
    clear: both;
    float: left;
    width: 28px;
    height: 6px;
    padding: 1px 0;
    text-align: center;
    font-size: 8px;
    line-height: 8px;
    font-weight: bold;
    color: #FFFFFF;
}

div.calendarday {
    clear: both;
    float: left;
    width: 28px;
    height: 6px;
    padding: 8px 0 0 0;
    text-align: center;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    color: #978E8E;

}