.calendarwrapper {
    clear: both;
    float: left;
    width: 28px;
    height: 32px;
    padding: 4px;
    background-image: url(/images/gmmo/cal.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

.calendermonth {
    clear: both;
    float: left;
    width: 28px;
    height: 9px;
    font-size: 8px;
    line-height: 8px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.calenderday {
    clear: both;
    float: left;
    width: 28px;
    height: 16px;
    padding: 7px 0 0 0;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    color: #ABAAB0;
    text-align: center;
}
