﻿body 
{
	background-repeat:no-repeat ;
	

}

    .center {
           margin: auto;
           width: 50%;
           /*border: 3px solid green;*/
           padding: 10px;
           text-align:center;
           width: 460px;
           height: 500px;
           margin: 0 auto;
           background: -webkit-gradient();
           background-color:white;
           position: absolute;
           left: 50%;
           top: 50%;
           margin-left: -230px;
           margin-top: -250px;

       }

.modalBackground
{
  background-color:#CCCCFF;

  filter:alpha(opacity=40);

  opacity:0.5;
}

.backColor
{
    background-color:ghostwhite;
}

/*Style used for password strength indicator
    Source: http://www.aspdotnet-suresh.com/2011/03/how-to-show-password-strength-using.html
*/
.VeryPoorStrength
{
background: Red;
color:White;
font-weight:bold;
}
.WeakStrength
{
background: Gray;
color:White;
font-weight:bold;
}
.AverageStrength
{
background: orange;
color:black;
font-weight:bold;
}
.GoodStrength

{
background: blue;
color:White;
font-weight:bold;
}
.ExcellentStrength
{
background: Green;
color:White;
font-weight:bold;
}
.BarBorder
{
width: 80px;
padding:1;
border: solid 1px;
}