﻿.profile-form, .profile-form .item, .profile-form .submit, .err
{
    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
{
}
.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: 35%;
}
.profile-form .item input, .profile-form .item select
{
    float: left;
}
.profile-form .submit
{
    padding: 20px 0px 20px 36%;
}
.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;
}

