﻿body 
{
    font-family: Arial;
    font-size: 11pt;
}

.label
{
    margin: 10px 5px 0px 5px;
    font-weight: bold;
    float: left;
    clear: left;
  }
.textBox
{
    margin-bottom: 10px;
    float: left;
    clear: both;
}
.val
{
    float: left;
}
.pad
{
    padding-left: 5px;
}
.imgThumbs
{
    float: left;
    clear: both;
}