﻿#summary
{
    position: relative;
    top: 120px;
    width: 520px;
    margin: 0 auto;
}

#summary .fieldContents
{
    margin-bottom: 5px;
}

#summary .fieldDiv
{
    min-height: 15px;
}

#summary .fieldLabelDiv
{
    font-size: 14px;
    height: 14px;
    line-height: 14px;
}

.sentence
{
    font-size: 14px;
    line-height: 20px;
}

#summary table
{
    margin-top: 10px;
    border: solid 1px black;
    font-size: 13px;
    border-radius: 3px;
    border-collapse: seperate;
    border-spacing: 0;
    background-color: White;
}

#summary th
{
    font-weight: normal;
    text-align: left;
    padding-left: 5px;
}

#summary tr
{
    height: 45px;
}

#summary td
{
    font-size: 12px;
    border-bottom: solid 1px #ddd;
    padding: 5px 0 5px 5px;
}