
.clocks{

    width: 220px;
    height: 220px;
    float: left;

}

#dateForm{
    z-index: 1000;
    margin-top: 0px;
    margin-left: 220px;
    position: absolute;
    width: 460px;
    background: #C9C9C9;
    border-radius:0 0 8px 8px ;
    box-shadow: 0px 15px 20px #A6A6A6;

}
#calendar{
    margin-top: 15px;
    width: 230px;
    float: right;
    }