﻿	/************ PasswordStrength Related Styles ***********************/
          
            .BarIndicator_TextBox2_weak
            {
                color:Red;
                background-color:Red;
            }
            .BarIndicator_TextBox2_average
            {
                color:Blue;
                background-color:Blue;
            }
            .BarIndicator_TextBox2_good
            {
                color:Green;
                background-color:Green;
            }

            .BarBorder_TextBox2
            {
              /**  padding:28px 2px 2px 2px; **/     /** With Error **/
                padding:10px 2px 2px 2px;            /** With out Error**/
                width:150px;
                vertical-align:middle;
            }
            
            .TextIndicator_TextBox1_Strength5 .TextIndicator_TextBox1_Strength4 .TextIndicator_TextBox1_Strength3 .TextIndicator_TextBox1_Strength2 .TextIndicator_TextBox1_Strength1
            {
                 color: black;
                 font-family:Arial;
                 font-size:x-small;
                 padding: 2px 3px 2px 3px;
                 font-weight:bold;
            }



            .dynamicPopulate_Normal
            {
	            border:silver 1px inset;
	            padding:2px;
	            text-align:center;
	            height:2em;
	            margin:5px;
	            width:200px;
            }

            .dynamicPopulate_Updating 
            {
	            background-image:url(images/loading.gif);
	            background-repeat:no-repeat;
	            border:silver 1px inset;
	            text-align:center;
	            padding:2px;
	            height:2em;
	            margin:5px;
	            width:200px;
            }