﻿#doublePicker1
{
    float: left;
    clear: right;
    height: 175px;
    width: 128px;
}
#doublePicker2
{
    height: 175px;
    width: 128px;
    float: right;
}
.openPicker
{
    display: block;
    width: 273px;
    height: 175px;
    float: left;
    clear: right;
    position: absolute;
    z-index: 10;
}
.closePicker1
{
    display: none;
}

