﻿li
{
    margin: 0;
    padding: .2em;
}

#passwordStrength
{
    display: block;
    float: left;
    height: 10px;
}

.strength0
{
    width: 200px;
    background: #ccc;
}

.strength1
{
    width: 40px;
    background: red;
}

.strength2
{
    width: 80px;
    background: #ffa32b;
}

.strength3
{
    width: 120px;
    background: #56e500;
}

.strength4
{
    width: 160px;
    background: #4dcd00;
}

.strength5
{
    width: 200px;
    background: #399800;
}

.passrecommendations
{
    color: #666;
    font-size: 11px;
    font-family: Arial;
}

.threesteps
{
    color: gray;
    font-size: 11px;
    font-family: Arial;
}

.threestepstitle
{
    color: gray;
    font-style: italic;
    font-size: 16px;
    font-family: Arial;
}

div.jquery-gdakram-tooltip
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    width: 340px;
    color: #000;
    font-size: 12px;
}

    div.jquery-gdakram-tooltip div.content
    {
        float: left;
        padding: 10px;
        min-height: 200px;
        width: 280px;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        background-color: #def;
    }

        div.jquery-gdakram-tooltip div.content h1
        {
            padding-bottom: 5px;
            border-bottom: 1px solid #c4c4c4;
            font-size: 16px;
        }

    div.jquery-gdakram-tooltip div.up_arrow
    {
        width: 100%;
        height: 20px;
        background: url('images/up_arrow.png') 60px 0 no-repeat;
    }

    div.jquery-gdakram-tooltip div.down_arrow
    {
        width: 100%;
        height: 20px;
        background: url('images/down_arrow.png') 60px 0 no-repeat;
    }

    div.jquery-gdakram-tooltip div.left_arrow
    {
        height: 100%;
    }

    div.jquery-gdakram-tooltip div.left_arrow
    {
        position: relative;
        top: 40px;
        left: 0;
        float: left;
        width: 20px;
        height: 20px;
        background: url('images/left_arrow.png') 0 0 no-repeat;
    }

div.item
{
    padding-top: 25px;
    width: 15px;
    height: 2px;
    text-align: center;
}

div#item_1
{
    background: url('../../assets/images/Icons/Others/help.png') 0 0 no-repeat;
}

div#item_2
{
}

div#item_3
{
}

div#item_4
{
    position: absolute;
    top: 500px;
    left: 500px;
}
.style1
{
    color: gray;
    font-size: smaller;
}