﻿body
{
}
.datepicker
{
}
.inputdate
{
    display:inline;
    position:relative;
}
.calendarDIV
{
    float: left;
    position: absolute;
    z-index: 999;
    table-layout: auto;
    /*display: none;*/
    left:0px;
    top:24px;
    background: white;
    border:3px double gray;
}
