﻿body 
{
    margin: 10px;
    font-family: Verdana, Sans-Serif;
    font-size: 10pt;
}

h1, h2, h3, h4, h5, h6, p
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-weight: normal;
}
h1, h2
{
    font-size: 20pt;
    margin-bottom: 15px;
    text-align: center;
}
h3
{
    font-size: 16pt;
    margin-bottom: 15px;
}
h4, h5
{
    font-size: 14pt;
    margin-bottom: 15px;
}
h6
{
    font-size: 10pt;
    margin: 15px 0px 8px 0px;
    font-weight: bold;
}
h4
{
}
h4.subheading
{
    margin-top: 20px;
}

.profile-form, .profile-form .item, .profile-form .submit, .err, .profile-form .captcha
{
    overflow: hidden;
    height: 100%;
}
.profile-form p
{
    padding: 0px 0px 5px 2px;
}

.err
{
    color: Red;
    padding: 5px 0px;
}
.err img
{
    margin: 0px 5px 0px 0px;
    float: left;
}
.err span
{
    float: left;
    width: 85%;
    margin-top: 4px;
}

/* Profile Form - inherits from generic.css */
.profile-form, .home-news
{
    padding: 10px;
    margin: 20px 0px;
    border: solid 2px Black;
}
.profile-form .item
{
    padding: 3px;
}
.profile-form .item label, .profile-form .item span.lbl, .profile-form .item span.val
{
    float: left;
    text-align: right;
    margin: 2px 4px 0px 0px;
}
.profile-form .item label, .profile-form .item span.lbl
{
    width: 200px;
}
.profile-form .item input, .profile-form .item select
{
    float: left;
    height: 26px;
}
.profile-form .submit
{
    text-align: center;
}
.profile-form input[type=text]
{
    width: 50%;
}
.profile-form .item .checks
{
    height: 100%;
    overflow: auto;
    float: left;
    display: block;
}
.profile-form .item .checks label, .profile-form .item .checks input
{
    float: left;
    width: auto;
}
.profile-form .item .checks br
{
    display: block;
    clear: both;
}
.profile-form .item .checks label
{
    width: auto;
    text-align: left;
}
.profile-form .item table.addr
{
    width: 55%;
    padding: 0px;
    margin: 0px;
}
.profile-form .item table.addr tbody td
{
    padding-bottom: 6px;
}
.profile-form .item table.addr tbody td input[type=text]
{
    width: 75%;
}
.profile-form span.note
{
    font-size: 8pt;
}
.profile-form .item .check label
{
    text-align: left;
    padding-left: 2px;
}
.profile-form .captcha, .profile-form .submit
{
    margin: 15px 0px;
}
.profile-form .captcha
{
    padding: 3px;
}
.profile-form .captcha input
{
    width: 100px;
}
.profile-form .captcha label
{
    white-space: nowrap;
}

