body
{
    background: #456;
}

div.page
{

}

div.sets
{
    position: absolute;
    top: 20px;
    left: 5px;
    width: 130px;
    border: 2px solid #fff;
    text-align: center;
    padding-bottom: 5px;
}

div.sets a
{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

div.imagePanel
{
    background: #AAA;
    position: absolute;
    top: 20px;
    left: 150px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border: 2px solid #fff;
}

div.imagePanel img
{
    border: 1px solid #000;
}


/* Individual Features for each main div */
div.sets a
{
    text-decoration: none;
}

div.sets input
{
    width: 100px;    
}



div.controls
{
    position: absolute;
    top: 320px;
    left: 5px;

    text-align: center;
    border: 2px solid #fff;
}

div.heading
{
    background: #DDD;
    font-weight: bold;
    font-size: 12pt;
}


div.imagePanel input
{
    background: transparent;
    border: 0px;
    font-size: 14pt;
}

div.controls input
{
/*    margin: 10px; */

    color: #000;
    font-size: 8pt;
 /*   background: #AAA;
    border: 1px solid #000;
    */

}

div.controls form
{
    margin: 0px;
    padding: 5px;
}

div.controls input.previous
{
    width: 65px;
    height: 25px;
}

div.controls input.next
{
    width: 45px;
    height: 25px;
}


