﻿.profile-form, .profile-form .item, .profile-form .submit, .err, .profile-form .captcha
{
    overflow: hidden;
    height: 100%;
}

.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
{
    background-color: #EFEFEF;
    padding: 4px;
}
.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: 40%;
}
.profile-form .item input, .profile-form .item select
{
    float: left;
}
.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 h4
{
    margin-bottom: 10px;
    font-size: 12pt;
}
.profile-form h5
{
    margin-bottom: 10px;
}
.profile-form h4.subheading
{
    margin-top: 15px;
}
.profile-form h6
{
    color: #C000C0;
    margin-bottom: 5px;
}
.profile-form h6.subheading
{
    margin-top: 10px;
}
.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;
}
