.error {color: Red;}

.success {color: Green;}

.PasswordStrengthHelp {color:  rgb(66,66,255);}

.PasswordStrength1 {background-color: red;}
.PasswordStrength2 {background-color: orange;}
.PasswordStrength3 {background-color: #FFD700;}
.PasswordStrength4 {background-color: rgb(145, 244, 0);}

.PasswordStrength1, .PasswordStrength2, .PasswordStrength3, .PasswordStrength4 {padding:1px 3px;}

.MessageDiv60 {height: auto; margin-bottom: 15px;}
.MessageDiv80 {height: auto; margin-bottom: 15px;}

.AdminDiv {padding: 10px;}

.nowrap {white-space:nowrap;}

textarea
{  
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 500px;
  height: 48px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 16px;
  color: #919191;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#wait_icon1 
{
    position: relative;
    top: 6px;
}

#strengthIndicator 
{
    border:1px solid #CCC;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: none;
    padding:6px;
    /*position: absolute;*/
    /*margin-left: 10px;*/
}
#strengthIndicator ul 
{
    list-style-type : none;
}
#strengthIndicator li.pw_rule_valid i 
{
    background-color: #0A0;
    border: 2px solid #0A0;
}
#strengthIndicator li.pw_rule_invalid i 
{
    background-color: #F00;
    border: 2px solid #F00;
}
@media (min-width:768px) 
{
    #strengthIndicator 
    {
        position:absolute;
    }
}

input 
{
    color: #333;
}

