.pwchecker {
    height: 100px;
	width: 204px;
    position: absolute;
    right: 20px;
    top: 0;
}

.pwchecker .pwheader {
    font-size: 12px;
    margin-bottom: 5px;
     
}

.pwchecker .pwinsecure, .pwchecker .pwsecure {
    color: #999999;
    font-weight: bold;
    padding: 2px 5px;
}

.pwchecker .pwinsecure {
    position: absolute;
    left: 0;
}

.pwchecker .pwsecure {
    position: absolute;
    right: 0;
}

.pwchecker .pwinsecure.red {
    color: #ab1416;    
}

.pwchecker .pwsecure.green  {
	color: #65ed33;
}

.pwchecker .pwscale {
	background-color: #dddddd;
    border-top: 1px solid #f0f0f0;  
    border-right: 1px solid #cacaca;  
    border-bottom: 1px solid #a0a0a0;  
    border-left: 1px solid #eeeeee;
    height: 20px;
	width: 200px;
}

.pwchecker .pwbar {
    margin: 2px;
	background-color: #cc3333;
	height: 14px;
	width: 0;
}

.pwchecker .pwbar.red {
	background-color: #ab1416;
    border-top: 1px solid #da4445;  
    border-right: 1px solid #510100;  
    border-bottom: 1px solid #730000;  
    border-left: 1px solid #ff6d6e;  
}

.pwchecker .pwbar.green {
	background-color: #65ed33;
    border-top: 1px solid #96ff65;  
    border-right: 1px solid #099403;  
    border-bottom: 1px solid #2cb601;  
    border-left: 1px solid #c1ff90;
}

.pwchecker .pwindicator {
    background-color: #000000;
    height: 20px;
    width: 2px;
}
.pwchecker .pwbar {
   background-image: url(../gfx/ov.png);
   background-repeat: repeat-x;
   background-position: 0 -6px;
}

.pwchecker .pwscale {
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
}

.pwchecker .pwbar {
   -moz-border-radius: 3px; 
   -webkit-border-radius: 3px;
}

