#p-table th {
    width         : 15em;
    font-weight   : normal;
    font-size     : 12px;
    _padding-top  : 5px;
    padding-left  : 5px;
    color         : #666;
    background    : #f0f0f0;
    border-bottom : 1px dotted #ccc;
}
#p-table td {
    color         : #666;
    font-weight   : normal;
    font-size     : 12px;
    padding-left  : 20px;
    border-bottom : 1px dotted #ccc;
}

