.parent {
    display: table;
    margin-bottom: 5px
}

.left {
    float: left;
    margin-right: 5px;
    width: 160px
}

.right {
    float: right;
    width: 360px
}
.headerWidth{
    min-width: 167px;
    max-height: 21px;
    height: 21px;
    border: 1px solid;
}
input.headerWidth{
    min-width: 165px;
}
select.headerWidth{
    font-size: 11px;
    min-width: 170px;
    width: 170px;
}
.help{
    cursor: help;
}
img.header {
    line-height: 10px;
    position: absolute;
    margin-left: 4px;
    padding: 2px 0 0 0;
}
div.box{
    border: 1px solid rgb(96, 96, 96);
    padding: 5px;
    margin-bottom: 5px;
    background-color: #F3EDED;
    font: 11px/1.5em Arial, Helvetica, sans-serif;;
}
a.nav{
    display: inline-block;
    width: 100%;
    max-width: 140px;
    padding: 0 0 0 3px;
    margin: 0 3px 0 3px;
}