﻿.form, .form .item, .form .check, .form .submit, .form .radios, .form .panel,
.form .item span, .form .checks
{
    height: 100%;
    overflow: hidden;
}
.form h4
{
    margin-bottom: 5px;
}
.form .item, .form .check
{
    padding: 5px 0px;
}
.form .check label, .form .check input
{
    float: left;
}
.form .check label
{
    margin-top: 2px;
    width: 92%;
}
.form .radios label, .form .item .rads input
{
    position: relative;
    top: -2px;
}
.form .submit
{
    text-align: center;
    margin: 25px 0px 15px 0px;
}
.form .item label, .form .item span.lbl
{
    float: left;
    width: 180px;
    text-align: right;
    margin-right: 4px;
}
.form .item input, .form .item select
{
    float: left;
}
#content .form h5
{
    font-size: 10pt;
    margin: 10px 0px;
    padding: 0px;
}
.form h6
{
    font-size: 10pt;
}
.form .item .rads
{
    overflow: hidden;
    height: 100%;
}
.form .item .rads label
{
    margin-right: 20px;
    width: auto;
}
.form .panel
{
    margin-bottom: 25px;
}
.form .item span.val
{
    float: left;
}
.form .item span.conf-lbl
{
    float: left;
    width: 120px;
    text-align: right;
    margin-right: 4px;
}
.form .panel input.edit
{
    margin: 10px 0px 0px 184px;
}
.form .form-left
{
    float: left;
    width: 65%;
}
.form .form-right
{
    float: right;
    width: 33%;
}

/* Form Errors */
.err
{
    color: Red;
}

/* Gifts of money listing (table) */
table.gifts
{
    width: 100%;
    border: solid 1px Silver;
    margin-bottom: 20px;
}
table.gifts tbody td, table.gifts thead th, table.gifts tfoot td.label
{
    border: solid 1px Silver;
    padding: 2px;
}
table.gifts tbody td, table.gifts tfoot td
{
    background-color: White;
}
table.gifts thead th
{
    white-space: nowrap;
    font-weight: normal;
    background-color: Silver;
}
table.gifts tfoot td.label
{
}

.form .checks
{
}
.form .item .checks
{
    height: 100%;
    overflow: hidden;
    float: left;
}
.form .item .checks label, .form .item .checks input
{
    float: left;
    width: auto;
}
.form .item .checks br
{
    display: block;
    clear: both;
}
.form .item .checks label
{
    position: relative;
    top: 2px;
    text-align: left;
}
.xtraMargin
{
    margin-bottom: 15px;
}

.hidden
{
    display: none;
    visibility: hidden;
}

.xtraMargin
{
    margin-bottom: 20px;
}
.xtraPadding
{
    padding: 0px 10px;
}

/* Postcode form */
.pcode
{
    margin: 0px 0px 7px 0px;
    padding: 0px;
}
.pcode div
{
    float: left;
    margin-right: 10px;
}
.pcode input.search, .notFound input.search
{
    margin-top: 1px;
    padding: 6px 7px 6px 7px;
    border: solid 1px Silver;
}
.watermark2
{
    font-style: italic;
    color: #888888;
    margin-top: 1px;
    padding: 6px 7px 6px 7px;
    width: 200px;
    border: solid 1px Silver;
}
.notFound
{
    margin-bottom: 5px;
}
