﻿div.label-wrapper
{
    width: 150px;   
}

div.input-wrapper.checkbox
{
    padding-top: 5px;
}


.text textarea, .text input
{
    width: 250px;
}

span.description
{
    padding-left: 5px;
    font-weight: bold;
}

div.frame-body
{
    margin-bottom: 15px;
    float: left;
    width: 50%;
}

div.password-info
{
    float: left;
    width: 45%;
}

div.password-info ul.password-rules li
{
    line-height: 17px;
    list-style: none;    
}

div.password-info ul.password-rules ul li
{
    margin-left: 14px;
    list-style: disc;
    margin-bottom: 5px;
}