﻿div.header
{
    position: relative;
}

div.header table td
{
    vertical-align: baseline;
}

div.header table td.label
{
    font-weight: bold;
    width: 155px;
}

div.header table td.value
{
    width: 175px;
    padding-right: 25px
}

div.header .status
{
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 0.4em; 
}