div.xt_calendar{
    clear: both;
    float: left;
    width: 33px;
    height: 38px;
    padding: 0;
    margin: 3px 10px 0 0;
    background-image:url(/images/icp/cal.png);
    background-repeat:no-repeat;
    position: relative;
}

.xt_calM {
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    text-align : center;
    font-size: 8px;
    line-height: 8px;
    color: white;
    text-transform: uppercase;
}

.xt_calDay {
    clear: both;
    position: absolute;
    left: 0;
    top: 12px;
    width: 28px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

